You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've verified and I assure that I'm running youtube-dl 2018.03.03
Before submitting an issue make sure you have:
At least skimmed through the README, most notably the FAQ and BUGS sections
Searched the bugtracker for similar issues including closed ones
What is the purpose of your issue?
Bug report (encountered problems with youtube-dl)
Site support request (request for adding support for a new site)
Feature request (request for a new functionality)
Question
Other
Description of your issue, suggested solution and other information
When I need to download multiple files by single url, i can't use "--download-archive", because only one of requested files will be downloaded. For example, i can't combine "--download-archive" option with:
-f best,251
OR
-f "mp4[height=1080]+251"
Youtube-dl will add an ID to archive.txt immediately after the first file is downloaded. And the second file will not be downloaded with following message: "...has already been recorded in archive".
The text was updated successfully, but these errors were encountered:
Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
When I need to download multiple files by single url, i can't use "--download-archive", because only one of requested files will be downloaded. For example, i can't combine "--download-archive" option with:
-f best,251
OR
-f "mp4[height=1080]+251"
Youtube-dl will add an ID to archive.txt immediately after the first file is downloaded. And the second file will not be downloaded with following message: "...has already been recorded in archive".
The text was updated successfully, but these errors were encountered: