[arte:+7] Simplify _VALID_URL
This commit is contained in:
		
							parent
							
								
									c1823c8ad9
								
							
						
					
					
						commit
						90b6288cce
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -180,12 +180,12 @@ class ArteTVBaseIE(InfoExtractor):
 | 
			
		|||
 | 
			
		||||
class ArteTVPlus7IE(ArteTVBaseIE):
 | 
			
		||||
    IE_NAME = 'arte.tv:+7'
 | 
			
		||||
    _VALID_URL = r'https?://(?:(?:www|sites)\.)?arte\.tv/[^/]+/(?P<lang>fr|de|en|es)/(?:(?:sendungen|emissions|embed)/)?(?P<id>[^/]+)/(?P<name>[^/?#&]+)'
 | 
			
		||||
    _VALID_URL = r'https?://(?:(?:www|sites)\.)?arte\.tv/[^/]+/(?P<lang>fr|de|en|es)/(?:[^/]+/)*(?P<id>[^/?#&]+)'
 | 
			
		||||
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
        'url': 'http://www.arte.tv/guide/de/sendungen/XEN/xenius/?vid=055918-015_PLUS7-D',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }. {
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'http://sites.arte.tv/karambolage/de/video/karambolage-22',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue