JuanBindez / pytubefix

Python3 library for downloading YouTube Videos.
https://pytubefix.readthedocs.io
MIT License
752 stars 104 forks source link

get_highest_resolution() method always return 360p #366

Open Mak5er opened 3 days ago

Mak5er commented 3 days ago

:exclamation: DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE :exclamation:

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

But video 100% has higer resolution __________ **code that was used that resulted in the bug** ```python 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):** - OS: Windows 11 Pro - Python Version 3.10 - Pytubefix Version 8.7.0
NannoSilver commented 2 days ago

Not a bug. That is what you get with progressive="True"