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.
--embed-thumbnail --add-metadata doesn't work anymore #4039
Comments
|
Thank you for the report! I introduced this bug in the latest changes; I apologize. Fixed in youtube-dl 2014.10.26. Type |
|
Thank you very much! Everything is running smoothly again! On Sun, Oct 26, 2014 at 9:05 PM, Philipp Hagemeister <
Boris Baran |
youtube-dl https://www.youtube.com/watch?v=UEOLC4ebToA
works without a hinch, where as
youtube-dl https://www.youtube.com/watch?v=UEOLC4ebToA --embed-thumbnail --add-metadata
causes the following error-message:
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 "/home/elphabathropp/bin/youtube-dl/main.py", line 18, in
File "/home/elphabathropp/bin/youtube-dl/youtube_dl/init.py", line 437, in main
File "/home/elphabathropp/bin/youtube-dl/youtube_dl/init.py", line 387, in _real_main
TypeError: init() takes at least 2 arguments (1 given)
I tried it with python 2.7, python3 and python3.4 and even with the Windows version of Python, to no avail ;( can you help me?