-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Comments
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. |
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 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 |
I see this still as open. Is anyone taking care of it or did you guys find some workaround? |
@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. |
+1 Also issues should stay open if they're legit, just assign to a _backlog label or something? |
Fix issue triggered by tubeup
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.
The text was updated successfully, but these errors were encountered: