boul2gom / yt-dlp

🎬️ A Rust library (with auto dependencies downloading) for yt-dlp
https://crates.io/crates/yt-dlp
GNU General Public License v3.0
8 stars 5 forks source link

Video format URL field absence #10

Open matous-volf opened 1 week ago

matous-volf commented 1 week ago

Same as #6, specifically the formats[_].url field – it is optional, for instance in the output of https://www.youtube.com/watch?v=DhBOi_6WPpk.

This time, making the Rust struct field optional breaks other pieces of code depending on it, which I am not confident to edit myself, as that would change the library's behavior. I'd rather leave that decision up to the author.