emarsden / dash-mpd-rs

Rust library for parsing, serializing and downloading media content from a DASH MPD manifest.
MIT License
72 stars 23 forks source link

Fix subtitles downloading subtitles when not requested #27

Closed sleepycatcoding closed 1 year ago

sleepycatcoding commented 1 year ago

Currently the DashDownloader was specifiying a fetch_subtitles flag, but this was not respected and subtitles were downloaded regardless.

emarsden commented 1 year ago

Thanks!