mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:57:07 -05:00 
			
		
		
		
	[twitch:stream] Remove fallback to profile extraction when stream is offline
Main page does not contain profile videos anymore
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user