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.
yuotube.dl not starting #4087
yuotube.dl not starting #4087
Comments
|
Unfortunately, that seems to be a bug which was fixed in python 2.7.1. Can you upgrade your python version and try again? |
Hi, I downloaded manually youtube.dl (2014.10..30) in my Fedora 14, and try to run, but got following error (with or without parameters) Tried many times, always the same.
[root@localhost Downloads]# youtube-dl -h
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 18, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 349, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 58, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/options.py", line 119, in parseOpts
File "/usr/lib/python2.7/optparse.py", line 1018, in add_option
raise TypeError, "invalid arguments"
TypeError: invalid arguments
Any hint?
Thanks
Hugo