JuanBindez / pytubefix

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

Video author 'unknown' when unsing use_oauth=True #361

Open acc0un1 opened 1 week ago

acc0un1 commented 1 week ago

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

lack of information will lead to closure of the issue


Describe the bug When unsing the use_oauth=True function, the author alsways is 'unknown'.


code that was used that resulted in the bug

from pytubefix import YouTube

video = YouTube(url,
                use_oauth=True,
                allow_oauth_cache=True)

print(video.author)

Expected behavior For example, the author should be 'Metallica' and not 'unknown'.


Screenshots If applicable, add screenshots to help explain your problem.


Desktop (please complete the following information):


Additional context

Mak5er commented 3 days ago

Same