Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"--download-archive" option is incompatible with downloading multiple file formats by single url #15781

Closed
5 of 8 tasks
roman90sv opened this issue Mar 6, 2018 · 1 comment

Comments

@roman90sv
Copy link

  • 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".

default

@dstftw
Copy link
Collaborator

dstftw commented Mar 6, 2018

This is expected behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants