Open matous-volf opened 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.
formats[_].url
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.
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.