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.
I am trying to download a record from this twitch page: http://www.twitch.tv/belkao_o/profile/past_broadcasts
The video I am trying to download is this: http://www.twitch.tv/belkao_o/v/11230755
However, I am getting a Python TypeError exception with the traceback.
Here is the program output:
X:>youtube-dl --verbose http://www.twitch.tv/belkao_o/v/11230755
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://www.twitch.tv/belkao_o/v/11230755']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2015.08.16.1
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-72346-ga838b22, ffprobe N-72346-ga838b22
[debug] Proxy map: {}
[twitch:vod] 11230755: Downloading vod info JSON
[twitch:vod] 11230755: Downloading vod access token
[twitch:vod] 11230755: Downloading m3u8 information
Traceback (most recent call last):
File "main.py", line 19, in
File "youtube_dl__init__.pyo", line 410, in main
File "youtube_dl__init__.pyo", line 400, in _real_main
File "youtube_dl\YoutubeDL.pyo", line 1653, in download
File "youtube_dl\YoutubeDL.pyo", line 666, in extract_info
File "youtube_dl\YoutubeDL.pyo", line 712, in process_ie_result
File "youtube_dl\YoutubeDL.pyo", line 1323, in process_video_result
File "youtube_dl\YoutubeDL.pyo", line 1388, in process_info
TypeError: object of type 'NoneType' has no len()
X:>youtube-dl -U
youtube-dl is up-to-date (2015.08.16.1)
The version seems to be the most recent one.
I have the same error for another video on the same page: http://www.twitch.tv/belkao_o/v/10934137
However, the program works for other videos from the same page (f.e. http://www.twitch.tv/belkao_o/b/682207189). The program also works with other twitch broadcasters.