Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
youtube-dl python module fails with external downloader set. #9278
Comments
|
It should be a list. FYI, the following codes show how youtube-dl transform command line arguments into a list: external_downloader_args = None
if opts.external_downloader_args:
external_downloader_args = compat_shlex_split(opts.external_downloader_args)From: https://github.com/rg3/youtube-dl/blob/52bb437/youtube_dl/__init__.py#L269-L271 |
Description of your issue, suggested solution and other information
When using youtube-dl as a python module with an external downloader download fails.
OS: Debian Jessie(up-to date)