JuanBindez / pytubefix

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

Added login parameter to Playlist, Search and Channel #187

Closed felipeucelli closed 4 weeks ago

felipeucelli commented 1 month ago

Added login parameter to Playlist, Search and Channel

With the implementation of the proof of origin token (PoToken), multiple users may receive a bot detection error.

As there is still no solution to bypass PoToken, we should try logging in using use_oauth=True, or try using a proxy to change the IP.

Changes:

This PR adds optional parameters necessary to log in or use a proxy in the Playlist, Channel and Search classes.