You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature request
Currently, download_master_playlist raises UserWarning when no parameters are passed. This warning message also includes, JSON structure for all available resolutions. It is not straight-forward for consumers to parse the available resolutions from warning message. Hence, adjust the return to raise Warning as well as return JSON-formatted for all available resolutions.
Describe the desired outcome download_master_playlist to return warning as well as JSON-formatted data.
Describe alternatives considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe the feature request
Currently, download_master_playlist raises UserWarning when no parameters are passed. This warning message also includes, JSON structure for all available resolutions. It is not straight-forward for consumers to parse the available resolutions from warning message. Hence, adjust the return to raise Warning as well as return JSON-formatted for all available resolutions.
Describe the desired outcome
download_master_playlist to return warning as well as JSON-formatted data.
Describe alternatives considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: