Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request - Prevent Unnecessary Date Checks for Channels #9095

Closed
ghost opened this issue Apr 6, 2016 · 1 comment
Closed

Request - Prevent Unnecessary Date Checks for Channels #9095

ghost opened this issue Apr 6, 2016 · 1 comment

Comments

@ghost
Copy link

@ghost ghost commented Apr 6, 2016

Currently if you specify a date parameter when downloading from a YouTube channel, youtube-dl will check every single video on that channel to see if it matches the date requirement. While this makes sense for an unorder playlist, or for --datebefore, it is unnecessary for --date and --dateafter when applied to a YouTube channel (which by its nature is already chronologically ordered).

I propose that when using --date or --dateafter and specifying a URL which points to a YouTube channel, youtube-dl should stop downloading video info once a video with a date before the specified date is found.
For example, if I run youtube-dl with --date 20160407 and specify a channel URL, once a video from 20160406 is found, youtube-dl will not check any further videos.

Cheers.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 6, 2016

Duplicate of #1502.

@dstftw dstftw closed this Apr 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.