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.
Please add a possibility to only download a video if its upload date is known. #4916
Comments
|
Thank you for report. Since youtube-dl 2015.02.10.2 there is a generic filtering mechanism which can be employed by adding |
|
Exactly what I was looking for! Thank you! |
I often use the following command:
While this usually returns the date as part of the filename, it sometimes can't fetch the date and will return something like
NA_Big_Buck_Bunny.mp4as its filename.Right now, I run a script after downloading that removes all
NA_files, using a regex. But this is cumbersome.Therefore, it would be nice to be able to download a video only if its date is known. But this option doesn't exist at the moment. I was thinking of an extra option in the
--dateswitch:What do you think? If this option is not desired, could you think of another way to solve this problem?