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

"--ffmpeg-location" in the embedded version of Youtube-dl #13337

Closed
cooperhammond opened this issue Jun 10, 2017 · 1 comment
Closed

"--ffmpeg-location" in the embedded version of Youtube-dl #13337

cooperhammond opened this issue Jun 10, 2017 · 1 comment

Comments

@cooperhammond
Copy link

@cooperhammond cooperhammond commented Jun 10, 2017

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

Is there anyway to specify the --ffmpeg-location flag from the CLI into the embedded version of youtube-dl? Something like this?

ydl_opts = {
    'ffmpeg-location': '/home/kepoor/.ffmpeg-binaries/
}

with youtube_dl.YoutubeDL(ydl_opts) as ydl:
    ydl.download([video_url])

If it's not possible, it really should be, anything available in the CLI *should be easy to implement into the module version, right?

* I'd think it would, but I don't know this for a fact.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 10, 2017

ffmpeg_location.

@dstftw dstftw closed this Jun 10, 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
2 participants
You can’t perform that action at this time.