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.
Only the first 1050 videos are grabbed from a YouTube channel #5778
Comments
|
Possibly related to https://archive.is/xtusH - I think this issue was deleted because the user was deleted. |
|
I noticed something peculiar. Using YouTube Data API (v3) on this channel,
Google returns a playlist ID, Hopefully there's a way to go from user/channel -> playlist without using their key-auth-required API. |
|
It looks like you can get to a "USER's Uploads" playlist via the "Play" button next the "Uploads" section on a user page like https://www.youtube.com/user/drighk In the HTML, it's on the line that contains Edit: some users lack a playlist link on that page but do have one on Some users lack a playlist link on either page, though. |
|
I build a project to address this problem is at: https://github.com/filipe-marques/utils |
|
Hi all, |
|
Will be fixed in the next version. |
|
Thanks, great fix! I didn't notice a UC identifier could be converted to UU. |
https://www.youtube.com/user/drighk/videos has about 8,470 videos but
youtube-dl https://www.youtube.com/user/drighk/videosonly grabs the first 1050:I suspect this regressed when youtube-dl switched away from the v2 RSS feeds.