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 can I download latest video from a youtube channel? #24241
Comments
|
Read FAQ.
|
Checklist
Question
I want to get the latest youtube video from a user channel. I tried the following command
But the user's channel has 271 pages, it attempts to download all the pages which takes too much time. I checked out the page, latest video is always in the first page.
How can I force
youtube-dlto check only the first page for the latest video?