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

Download videos before or after "date uploaded" #137

Closed
Jimmm opened this issue Aug 4, 2011 · 6 comments
Closed

Download videos before or after "date uploaded" #137

Jimmm opened this issue Aug 4, 2011 · 6 comments
Assignees
Labels

Comments

@Jimmm
Copy link

Jimmm commented Aug 4, 2011

For Example:
youtube-dl -datebefore 20110804 “http://www.youtube.com/watch?v=foobar”
download this video, if it was uploaded before the 4th of Aug 2011
or
youtube-dl -dateafter 20110804 “http://www.youtube.com/watch?v=foobar”
or
youtube-dl -date 20110804 “http://www.youtube.com/watch?v=foobar”

It will be very handy for my playlist downloads. I rename my videos and youtube-dl downloads them one more time. Date filter will solve my problem.

Thanks for your attention.

@truhlikfredy
Copy link

Hi, this is exactly what could solve my problem as well. Again paylist download is great and with the date option would be just awesome. Kindly sad that is made in python, if it would be C or something what I understand I would make this feature myself. But still if somebody makes it, I'm willing pay small amount on his paypal, if that helps.

@phihag
Copy link
Contributor

phihag commented Nov 28, 2011

A common use for this seems to be to automatically download the newest videos in a channel. We should support dates in the form now[+-][0-9]+(day|week|month|year)(s)?.

@truhlikfredy
Copy link

Now I had time to check the new git version, updated it on NAS and it seams to me that it isn't there yet. I was confused that it's already supported. Now I'm not so much. Now + - days are fine, but even having option to send fixed timestamp would be excellent. Having fixed date would be I think better than this flexible system. For start would be easier to implement (i think :) ). And everybody wanting to get there any flexible dates could use date -d "now -2 day" and then feed result to your downloaded. I download one channel it got over 200 videos and over 50GBs, so now I would like to burn at least half of them on bluray and having ability to put fixed date would avoid re-downloading the burned and deleted files. And it would work better than having now-200day and tomorrow changing it to now-201day etc...

@mvi-x
Copy link

mvi-x commented Feb 12, 2013

I see this still as open. Is anyone taking care of it or did you guys find some workaround?

@phihag
Copy link
Contributor

phihag commented Feb 18, 2013

@mvime Sorry, we got a lot of open issues and no active developer has taken an interest to this feature. Feel free to propose a pull request.

@tommcintyre
Copy link

+1

Also issues should stay open if they're legit, just assign to a _backlog label or something?

joedborg referenced this issue in joedborg/youtube-dl Nov 17, 2020
[pull] master from rg3:master
tsukumijima pushed a commit to tsukumijima/youtube-dl that referenced this issue Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants