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 against xvideos (again) #671
Comments
|
Sorry, we can't reproduce this issue - quite obvious, it depends on the contents of |
|
@zhushazang I wasnt able to reproduce this error as well. As @phihag said can you give us the problematic url so that we can test it. Cheers |
[rodolfo@ulisses ~/.MILF]$ youtube-dl -c -i -t -v -a lista 12:06
[debug] youtube-dl version 2013.01.28
[debug] Python version 2.7.3 - FreeBSD-9.1-RELEASE-i386-32bit-ELF
[debug] Proxy map: {}
[xvideos] 2084824: Downloading video webpage
[xvideos] 2084824: Extracting information
ERROR: unable to download video
File "/usr/local/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/local/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 17, in
youtube_dl.main()
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 494, in main
_real_main()
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 478, in _real_main
retcode = fd.download(all_urls)
File "/usr/local/bin/youtube-dl/youtube_dl/FileDownloader.py", line 523, in download
self.trouble(u'\nERROR: unable to download video')
File "/usr/local/bin/youtube-dl/youtube_dl/FileDownloader.py", line 228, in trouble
tb_data = traceback.format_list(traceback.extract_stack())