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

external downloader curl #23781

Closed
saufnix opened this issue Jan 19, 2020 · 0 comments
Closed

external downloader curl #23781

saufnix opened this issue Jan 19, 2020 · 0 comments

Comments

@saufnix
Copy link

@saufnix saufnix commented Jan 19, 2020

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

Question

How are external downloader started?

I start youtube-dl with "--external-downloader curl" and I assumed, that youtube-dl starts the process "curl".
However if I redir PATH to point to my curl binary, this binary will be not started.
If I start youtube-dl with "strace -ofiles.log -F -f -s256 -e trace=file ..." no curl process will be forked.
I got no information if I start youtube-dl with "--verbose" option about external-downloader and/or curl.
Finally I patched youtube_dl/downloader/external.py and add
sys.stdout.write("*********** CURL-CMD>", cmd)
in CurlFD / _call_downloader, but didn't get any output.

@saufnix saufnix added the question label Jan 19, 2020
@dstftw dstftw closed this Jan 19, 2020
@dstftw dstftw added the incomplete label Jan 19, 2020
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
2 participants
You can’t perform that action at this time.