mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 20:07:08 -05:00 
			
		
		
		
	@@ -248,7 +248,7 @@ class TwitchVodIE(TwitchItemBaseIE):
 | 
			
		||||
                    https?://
 | 
			
		||||
                        (?:
 | 
			
		||||
                            (?:(?:www|go|m)\.)?twitch\.tv/(?:[^/]+/v(?:ideo)?|videos)/|
 | 
			
		||||
                            player\.twitch\.tv/\?.*?\bvideo=v
 | 
			
		||||
                            player\.twitch\.tv/\?.*?\bvideo=v?
 | 
			
		||||
                        )
 | 
			
		||||
                        (?P<id>\d+)
 | 
			
		||||
                    '''
 | 
			
		||||
@@ -306,6 +306,9 @@ class TwitchVodIE(TwitchItemBaseIE):
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'https://www.twitch.tv/northernlion/video/291940395',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'https://player.twitch.tv/?video=480452374',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }]
 | 
			
		||||
 | 
			
		||||
    def _real_extract(self, url):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user