aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/twitch.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-09-18 19:10:18 +0700
committerSergey M․ <dstftw@gmail.com>2016-09-18 19:10:18 +0700
commitcc764a6da8530248f9810397a22b20c972877a97 (patch)
treedf7c5ee6116b942d0bc66394318b1f2e1084cab3 /youtube_dl/extractor/twitch.py
parentd8dbf8707d4e45a939fc74c76bb919771007f8ba (diff)
downloadyoutube-dl-cc764a6da8530248f9810397a22b20c972877a97.zip
youtube-dl-cc764a6da8530248f9810397a22b20c972877a97.tar.gz
youtube-dl-cc764a6da8530248f9810397a22b20c972877a97.tar.bz2
[twitch:stream] Remove fallback to profile extraction when stream is offline
Main page does not contain profile videos anymore
Diffstat (limited to 'youtube_dl/extractor/twitch.py')
-rw-r--r--youtube_dl/extractor/twitch.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py
index af6d890..bc35239 100644
--- 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