ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.37k stars 9.96k forks source link

Error Crunchyroll #6513

Closed L33TN3RD closed 9 years ago

L33TN3RD commented 9 years ago

youtube-dl.exe --skip-download --write-sub --all-subs --verbose http://www.crunchyroll.com/gangsta/episode-1-naughty-boys-682683 [debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'--skip-download', u'--write-sub', u'--all-subs', u'--verbose', u'http://www.crunchyroll.com/gangsta/episode-1-naughty-boys-682683'] [debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252 [debug] youtube-dl version 2015.08.09 [debug] Python version 2.7.8 - Windows-8-6.2.9200 [debug] exe versions: ffmpeg N-63833-gd4be3a8-Sherpya, ffprobe N-63833-gd4be3a8-Sherpya, rtmpdump 2.4 [debug] Proxy map: {} [Crunchyroll] 682683: Downloading webpage [Crunchyroll] 682683: Downloading media info [Crunchyroll] 682683: Downloading media info for 360p Traceback (most recent call last): File "main.py", line 19, in File "youtube_dlinit.pyo", line 410, in main File "youtube_dlinit.pyo", line 400, in _real_main File "youtube_dl\YoutubeDL.pyo", line 1653, in download File "youtube_dl\YoutubeDL.pyo", line 655, in extract_info File "youtube_dl\extractor\common.pyo", line 286, in extract File "youtube_dl\extractor\crunchyroll.pyo", line 280, in _real_extract AttributeError: 'NoneType' object has no attribute 'text'

Cxarli commented 9 years ago

The same happens in the Linux version. The site is up, and the video works.

$ ./youtube-dl --verbose http://www.crunchyroll.com/gangsta/episode-1-naughty-boys-682683

[debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'--verbose', u'http://www.crunchyroll.com/gangsta/episode-1-naughty-boys-682683'] [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2015.08.09 [debug] Python version 2.7.9 - Linux-3.19.0-22-generic-x86_64-with-Ubuntu-15.04-vivid [debug] exe versions: avconv 11.2-6, avprobe 11.2-6, rtmpdump 2.4 [debug] Proxy map: {} [Crunchyroll] 682683: Downloading webpage [Crunchyroll] 682683: Downloading media info [Crunchyroll] 682683: Downloading media info for 360p 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 "./youtube-dl/main.py", line 19, in File "./youtube-dl/youtube_dl/init.py", line 410, in main File "./youtube-dl/youtube_dl/init.py", line 400, in _real_main File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1653, in download File "./youtube-dl/youtube_dl/YoutubeDL.py", line 655, in extract_info File "./youtube-dl/youtube_dl/extractor/common.py", line 286, in extract File "./youtube-dl/youtube_dl/extractor/crunchyroll.py", line 280, in _real_extract AttributeError: 'NoneType' object has no attribute 'text'

dstftw commented 9 years ago

Duplicate of #6314.