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.
[youtube.com] Issue with detecting already downloaded files #4355
Comments
|
Have you tried using the |
Hello,
I noticed that youtube-dl is not able to detect wether a youtube video is already downloaded if it was downloaded as two separated dash streams and merged with avconv and both streams are deleted afterwards.
For example if you download a video with the format 299+141 youtube-dl only checks if there are files called FILENAME.f299.mp4 and FILENAME.f141.m4a and not FILENAME.mp4. This makes it difficult to have a script download whole youtube channels without re-downloading all videos each time.
It would be nice if you could this functionality.