JuanBindez / pytubefix

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

Too many requests HTTP error #341

Closed sleepingcat4 closed 4 days ago

sleepingcat4 commented 4 days ago

I was scraping a channel that had 158K links and 32K links, it returned an error like too many requests. I'm not sure whether this is happening because my connection is too fast or I should introduce an interval between the requests?