JuanBindez / pytubefix

Python3 library for downloading YouTube Videos.
http://pytubefix.rtfd.io/
MIT License
454 stars 67 forks source link

Auth in Docker #165

Closed Mak5er closed 3 weeks ago

Mak5er commented 1 month ago

I use PytubeFix in docker container and i can not complete auth.

snoop088 commented 1 month ago

I use it in AWS Lambda and again I can't complete manual auth. Did Youtube change anything, as this lib was working flawlessly last week or so.

pixmatic commented 1 month ago

Same problem. Now I can't use my app in Lambda. I use oauth2 to authenticate with Youtube API with google_auth_oauthlib.flow and google.oauth2.credentials. It would be nice if I could use my credentials with pytubefix.

benqbed commented 4 weeks ago

Im getting an error that might be related: pytubefix.exceptions.LoginRequired: [91mDwiXPgzl1gg requires login to view

Would this be related to auth or is it something different?

JuanBindez commented 3 weeks ago

hello, test this pre-release version pip install pytubefix==6.13rc1 and do the tests if you have any questions, see here #190

Mak5er commented 3 weeks ago

All working fine. Thanks