Dennis

Results 4 comments of Dennis

Until a stable release of 3.x is out this is my **attempt** to handle the token refreshing. I call `https://id.twitch.tv/oauth2/token` at the start of the bot and continously refresh the...

I am encountering 404 error using https://github.com/pytube/pytube/pull/1424 ``` from pytube import Channel Channel("https://www.youtube.com/@MrBeast") ``` **Output** Traceback (most recent call last): File "", line 1, in File "/home/dminn/.local/lib/python3.8/site-packages/pytube/contrib/playlist.py", line 315, in...

> > I am encountering 404 error using #1424 > > ``` > > from pytube import Channel > > Channel("https://www.youtube.com/@MrBeast") > > ``` > > > > > >...

Thank you for the clarification, I no longer need the code. https://github.com/pytube/pytube/pull/1422 addresses the new YouTube format and more.