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.
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
Example:
Description of your issue, suggested solution and other information
cmd with options:
youtube-dl --format '140' --simulate --verbose --no-color --no-progress --print-json "https://www.youtube.com/watch?v=gvdf5n-zI14"
I am able to run this command successfully on my mac (debug info below). But, when I deploy my application on Ubuntu OS (Linux-3.13.0-123-generic-x86_64-with-debian-jessie-sid) it fails with ExtractorError and above stacktrace.
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--format', u'140', u'--simulate', u'--verbose', u'--no-color', u'--no-progress', u'--print-json', u'https://www.youtube.com/watch?v=gvdf5n-zI14']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.07.09
[debug] Python version 2.7.10 - Darwin-15.5.0-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}