Honestly, most GitHub scrape youtube videos transcripts scripts are overkill.
I just use requests + regex to rip the JSON from the video page. Ugly but fast.
Batch? Thread it. Rate limits? Pray. (Or use proxies.)
I just use requests + regex to rip the JSON from the video page. Ugly but fast.
Batch? Thread it. Rate limits? Pray. (Or use proxies.)
