Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
On getting all videos from a single channel #25322
Comments
Yes.
Yes.
What concretely? |
|
Thank you @dstftw youtube-dl/youtube_dl/extractor/youtube.py Line 326 in 52c50a1 |
Checklist
Question
Hello, I think my question is a bit more on the technical side of things that really any issue that I'm having.
I'm aware by looking at some other issues on the tracker that it is possible to download all videos from a given channel.
My question is, how does youtube-dl manage to achieve this challenge? Isn't the youtube API token/call limited so it would make it impossible with how many users, using the same API key downloading at the same time?
So I guess youtube-dl doesn't use the API after all, what does it use then? Does it parse "uploaded videos" playlist manually as one would do in a browser?
I would just like to know the technical background on how this is performed, please.
Thanks