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.
how to download latest 5 videos from a youtube user? #1444
Comments
|
Running |
|
Hop ... :-) Could it be done with some feed/rss? |
|
With b7ab059, if you use |
|
Since |
I was trying to download lastest 5 videos from this user and I tried this approach:
$ youtube-dl --max-downloads 5 http://www.youtube.com/user/ChinaTimes
but youtube-dl was reading all its video ids for a long time.
Is there another good approach?