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 error : UnboundLocalError: local variable 'url' #2155
Comments
|
You will have to manually install a more recent version, follow the instructions in http://rg3.github.io/youtube-dl/download.html |
Hello,
I get this error when I run youtube-dl :
Traceback (most recent call last):
File "/usr/lib/python2.6/runpy.py", line 122, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
File "/usr/bin/youtube-dl/main.py", line 18, in
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 746, in main
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 526, in _real_main
UnboundLocalError: local variable 'url' referenced before assignment
run-parts: /etc/cron.daily/sd-26600-pkgupdt exited with return code
How to solve this issue please ?
Thank you