Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect video and audio qualities values on YouTube Downloader panel #37

Closed
jeanslack opened this issue Sep 29, 2021 · 0 comments
Closed
Labels
bug Something isn't working Solved This issue or PR is resolved

Comments

@jeanslack
Copy link
Owner

jeanslack commented Sep 29, 2021

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.

@jeanslack jeanslack added the bug Something isn't working label Sep 29, 2021
jeanslack added a commit that referenced this issue Oct 1, 2021
@jeanslack jeanslack added the Solved This issue or PR is resolved label Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Solved This issue or PR is resolved
Projects
None yet
Development

No branches or pull requests

1 participant