youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit cc764a6da8530248f9810397a22b20c972877a97
parent d8dbf8707d4e45a939fc74c76bb919771007f8ba
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 18 Sep 2016 19:10:18 +0700

[twitch:stream] Remove fallback to profile extraction when stream is offline
Main page does not contain profile videos anymore

Diffstat:
Myoutube_dl/extractor/twitch.py | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py @@ -400,11 +400,8 @@ class TwitchStreamIE(TwitchBaseIE): 'kraken/streams/%s' % channel_id, channel_id, 'Downloading stream JSON').get('stream') - # Fallback on profile extraction if stream is offline if not stream: - return self.url_result( - 'http://www.twitch.tv/%s/profile' % channel_id, - 'TwitchProfile', channel_id) + raise ExtractorError('%s is offline' % channel_id, expected=True) # Channel name may be typed if different case than the original channel name # (e.g. http://www.twitch.tv/TWITCHPLAYSPOKEMON) that will lead to constructing