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.
Re-downloading of a song #10420
Re-downloading of a song #10420
Comments
|
|
@dstftw As you mentioned, the file is being re-downloaded because I am downloading in a different final file extension. So I coded a method to check if a file exists in cases of mp3 and mp4, but I can't figure out how to do that with mp3playlist or mp4 playlist. So, can you please suggest some way to do that without touching the youtube-dl's code base. You can see my code here: ytdl-automater One way I can think of is by extracting the info of the complete playlist without actually downloading it and then iterate over every entry one by one checking if it already exists, but that would waste a lot of time. |
|
Use |
What is the purpose of your issue?
Hi,
I have a couple of doubts which might be a bug request or a feature request or simply another stupid question:
Code: