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.
Haven't used youtube-dl for a few days, tried today to download some videos from crunchyroll after updating to the newest version, as usual, but I'm getting this error.
youtube-dl.exe "http://www.crunchyroll.com/konosuba-gods-blessing-on-this-wonderful-world/episode-10-final-flame-for-this-over-the-top-fortress-692411" -u user -p password --write-sub --sub-lang enUS -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'http://www.crunchyroll.com/konosuba-gods-blessing-on-this-wonderful-world/episode-10-final-flame-for-this-over-the-top-fortress-692411', u'-u', u'PRIVATE', u'-p', u'PRIVATE', u'--write-sub', u'--sub-lang', u'enUS', u'-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2016.03.14
[debug] Python version 2.7.10 - Windows-8-6.2.9200
[debug] exe versions: ffmpeg N-76479-gc878082, ffprobe N-76479-gc878082, rtmpdump 2.4
[debug] Proxy map: {}
[Crunchyroll] Logging in
[Crunchyroll] 692411: Downloading webpage
[Crunchyroll] 692411: Downloading media info
Traceback (most recent call last):
File "main.py", line 19, in
File "youtube_dl__init__.pyo", line 412, in main
File "youtube_dl__init__.pyo", line 402, in _real_main
File "youtube_dl\YoutubeDL.pyo", line 1719, in download
File "youtube_dl\YoutubeDL.pyo", line 668, in extract_info
File "youtube_dl\extractor\common.pyo", line 320, in extract
File "youtube_dl\extractor\crunchyroll.pyo", line 330, in _real_extract
File "youtube_dl\extractor\common.pyo", line 496, in _download_xml
TypeError: _download_webpage() got an unexpected keyword argument 'data'