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
Switching between "Best quality video" and "Worst quality video" during the combo box selection, gives incorrect values and leads to a "Request format is not available" error.
This kind of error occurs when the "default" setting and the "Download splitted audio and video" setting are selected.
Switching between "Best quality video" and "Worst quality video" during the combo box selection, gives incorrect values and leads to a "Request format is not available" error.
This kind of error occurs when the "default" setting and the "Download splitted audio and video" setting are selected.
Solution:
replace
VQUALITY = {('Best quality video'): ['', ''],
with
VQUALITY = {('Best quality video'): ['best', 'best'],
on youtubedl_ui.py file.
The text was updated successfully, but these errors were encountered: