mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	[twitch:vod] Expand _VALID_URL (closes #11846)
This commit is contained in:
		
							parent
							
								
									b51a4ebed4
								
							
						
					
					
						commit
						0b23c222ba
					
				@ -209,7 +209,7 @@ class TwitchVodIE(TwitchItemBaseIE):
 | 
			
		||||
    _VALID_URL = r'''(?x)
 | 
			
		||||
                    https?://
 | 
			
		||||
                        (?:
 | 
			
		||||
                            (?:www\.)?twitch\.tv/[^/]+/v/|
 | 
			
		||||
                            (?:www\.)?twitch\.tv/(?:[^/]+/v|videos)/|
 | 
			
		||||
                            player\.twitch\.tv/\?.*?\bvideo=v
 | 
			
		||||
                        )
 | 
			
		||||
                        (?P<id>\d+)
 | 
			
		||||
@ -259,6 +259,9 @@ class TwitchVodIE(TwitchItemBaseIE):
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'http://player.twitch.tv/?t=5m10s&video=v6528877',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'https://www.twitch.tv/videos/6528877',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }]
 | 
			
		||||
 | 
			
		||||
    def _real_extract(self, url):
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user