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.
--dateafter bug/feature request.
Issue #12407
In this example I'm pasting the output when I've already downloaded two videos. Regardless.
The bug/feature-request is, the videos list is in chronological order, from newer to older. If the first video out of the date range is found, youtube-dl should break the loop. In this example the channel has 1206 videos. youtube-dl doesn't need to check every single one. It would take forever.
Can someone (who knows the code base better than me) find a way to break the loop when the first video out of the range is found && only break it if the video list is in chronological order? 'Cos I imagine some sources doesn't provide the videos list in chronological order, if that's the reason why youtube-dl loops through every single one.
Thanks in advance.