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.
Cannot download multiple formats with archive #7022
Comments
|
Seems like this issue has re-emerged. I'm downloading one video format and two audio formats from YouTube in seperate files and when the video file finished it will skip the two audio downloads.
|
|
In lights of the discussions in #7480, i think the following might be a harmonious solution:
|
|
Regarding unreliable formats: This would support use cases where the format id is instable or irrelevant while also opening up the possibilty to automatically reload better formats once they become available. Example 1The Example 2The user would occasionally run the following command to refresh on their favourite youtube channel: |
An alternative solution to this problem that does not require a change to the downlaod archive format:
This could also open up the possiblity of nice things like the following if wanted by the user: |
I have an issue where downloading multiple file formats from a YouTube video will only download the first set of videos. For example, if a format selection is "-f 140+136,171+247" with the archive on with "--download-archive archive.txt", youtube-dl will only download formats 140+136. It will say that the video is already in the archive, and not download formats 171+247.
Example log