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.
can not find youtube-dl downloaded videos #9434
Comments
|
youtube-dl does not use upload date as timestamp but |
|
ok: since i didn't find the option when searching for "date", may i suggest you add that term to the --help entry for --no-mtime ? |
|
It's already there:
|
|
where ? i don't see "date" mentioned. |
.... because youtube-dl is the only program i know that stores files not with the actual timestamp, but prefers to fetch the timestamp of when a video was uploaded to youtube and then manipulates the timestamp of the file in fs to match that of youtube(!?).
so instead of doing
i have to maintain a list and save all the titles of the videos i downloaded recently so i can find them in the FS when i wanna watch them.
this counterintuitive behaviour should imo be disabled.
if there are some people that want the file creation date of their file on their hd to match the youtube publishing date, those can use --magic-switch-to-enable-that, but it should definitively not be on by default.