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.
Not working with ID's with special char hyphen #1841
Comments
|
It works fine here:
Could you post the full output if you run the command |
|
The error is raised from the generic extractor, which shouldn't be run if you give the youtube url. Could you please post which command you run? |
|
Hi! 2013/12/5 Jaime Marquínez Ferrándiz notifications@github.com
|
|
The problem is unrelated to ffmpeg. Can you elaborate what exactly is not working? The best way to do that would be just to post the full output of the command you are running here. Make sure to add |
Hi!
When I try to download files with hyphen ( http://www.youtube.com/watch?v=7-2yB-U3Y8I ) I get this:
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/local/bin/youtube-dl/main.py", line 18, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 694, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 684, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 805, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 428, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 131, in extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 149, in _real_extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 131, in test_redirect
File "/usr/lib/python2.6/urllib2.py", line 389, in open
req = meth(req)
File "/usr/lib/python2.6/urllib2.py", line 1078, in do_request
raise URLError('no host given')
urllib2.URLError: