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

Error when using `external_downloader` = curl without explicitly specifying `continuedl` #13865

Closed
char101 opened this issue Aug 9, 2017 · 0 comments

Comments

@char101
Copy link

@char101 char101 commented Aug 9, 2017

  • I've verified and I assure that I'm running youtube-dl 2017.08.06
  • 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

In CurlFD, this line

cmd += self._bool_option('--continue-at', 'continuedl', '-', '0')

will fail since continuedl value is None, unless it is explicitly specified in the options.

@dstftw dstftw closed this in 5b232f4 Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.