We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
❗ DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE ❗
lack of information will lead to closure of the issue
Describe the bug any video that I test is shown in the maximum 360p resolution
<Stream: itag="18" mime_type="video/mp4" res="360p" fps="30fps" vcodec="avc1.42001E" acodec="mp4a.40.2" progressive="True" type="video">
But video 100% has higer resolution
code that was used that resulted in the bug
from pytubefix import YouTube yt = YouTube(url, use_oauth=True, allow_oauth_cache=True, on_progress_callback=on_progress, oauth_verifier=custom_oauth_verifier) print(yt.streams.get_highest_resolution())
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Not a bug. That is what you get with progressive="True"
progressive="True"
Sorry, something went wrong.
See here
No branches or pull requests
❗ DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE ❗
lack of information will lead to closure of the issue
Describe the bug
any video that I test is shown in the maximum 360p resolution
<Stream: itag="18" mime_type="video/mp4" res="360p" fps="30fps" vcodec="avc1.42001E" acodec="mp4a.40.2" progressive="True" type="video">
But video 100% has higer resolution
code that was used that resulted in the bug
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: