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.
error while downloading #6512
error while downloading #6512
Comments
|
I can reproduce this problem on Python 2.6, but not 2.7, so it's a bug in youtube-dl under 2.6. |
youtube-dl http://video.fc2.com/en/content/20140513qsb6VSB7
[fc2] 20140513qsb6VSB7: Downloading webpage
Traceback (most recent call last):
File "/usr/lib64/python2.6/runpy.py", line 122, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib64/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 19, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 410, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 400, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1653, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 655, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 286, in extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/fc2.py", line 89, in _real_extract
File "/usr/lib64/python2.6/urllib.py", line 1234, in quote
safe_map[c] = (c in safe) and c or ('%%%02X' % i)
TypeError: 'in ' requires string as left operand