mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:17:08 -05:00 
			
		
		
		
	[discovery] improve _VALID_URL regex
This commit is contained in:
		@@ -19,7 +19,7 @@ class DiscoveryIE(InfoExtractor):
 | 
			
		||||
            sciencechannel|
 | 
			
		||||
            tlc|
 | 
			
		||||
            velocity
 | 
			
		||||
        )\.com/([^/]+/)*(?P<id>[^\./\?#]+)'''
 | 
			
		||||
        )\.com/(?:[^/]+/)*(?P<id>[^./?#]+)'''
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
        'url': 'http://www.discovery.com/tv-shows/mythbusters/videos/mission-impossible-outtakes.htm',
 | 
			
		||||
        'info_dict': {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user