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.
Pages saves different versions with same video name #19211
Comments
|
As already pointed out when downloading multiple formats it's you responsibility to provide unique output template. |
|
Hi yes, but is not working how should, there is not info about, so for example we can use epoch to generate "something" about the files, but that means youtube-dl will loose the ability to recognize downloaded videos because epoch will do every file with a different name every time. Even out of how the file is named i think would be useful if youtube-dl can store and compare not only the filename the quality too. |
|
@dstftw notice for example in iqiyi, all the files are in the same format, but different qualities..... |
|
Do you even read my messages? You don't need to generate "something". You must use |
|
Hi, i was confused u.u
Thanks for the patience and help. Thx. |
Hi, i found this from iqiyi, i was curious because when we try get all the formats from the webpage all formats was skiped, this can be extended out of this site, the problem is, some pages have multiples versions of the files with for example different qualities, but like the iqiyi case, all the files are saved with the same file name, but with different url...
So with this we are unable to download all formats, maybe we need other way to store this, i try for example the "resolution" option for the filename and can save all the formats, but there value in iqiyi is "NA" for example...
I think would be better, store a filename and the data used to know the quality of the file, if don't match just add a number or something to the file to avoid this.
notice, first i apply this pr #18640 to do this works, there is a bug, so we need download the video and then use
--all-formatsAt the end, this is not for iqiyi, just for pages that saves the files with the same name and different qualities.
Bye.