Nicholas Pappas

Results 6 comments of Nicholas Pappas

Hello, I would like to thank the contributors of this project for keeping it working since the orginal project has been stale. I am also facing this problem described in...

@Engin1980 thank you for your suggestion about the selenium idea to scroll down the page. If required maybe imaging the whole page and then extracting the video links could be...

I see here in the playlist code there is some mention of only 100 videos being returned by the API and there is a mention of continuation token. I will...

Today I realized I was also encountering an HTTP 403 Forbidden error when downloading certain videos. I checked the releases and saw a newer version of pytubefix is available. ```pytubefix==9.3.0```...

I still have this error. I have this with the main repo too. ``` from pytubefix import YouTube, Playlist, Stream from pytubefix.cli import on_progress p: Playlist = Playlist(url) for v...

Actually my issue was because I had my VPN turned on when I ran the code. Thanks for fixing the library, it works great!