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.
Show the title of excluded videos (was: How To Use The "forcetitle" Option) #9667
Comments
Currently no. Why do you need it? |
|
It's more of a "want" than a "need". I would like to see which videos are not being downloaded due to the date I specify with the --dateafter option. So I can be sure I'm not missing anything that I want by using a date that is too recent. |
Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I'm testing some searches with youtube-dl using the --dateafter option. Whenever a video is excluded due to the --dateafter option it gives the generic message "upload date is not in range" but doesn't include the title of the video or any other information. Is there a way to force it to print the title of the video that was excluded? I tried --forcetitle that I thought I found in the source code on the github page https://github.com/rg3/youtube-dl/blob/master/youtube_dl/YoutubeDL.py , but that didn't work.
Thank you!