mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[zapiks] Extend _VALID_URL (#5014)
This commit is contained in:
		| @@ -14,7 +14,7 @@ from ..utils import ( | ||||
|  | ||||
|  | ||||
| class ZapiksIE(InfoExtractor): | ||||
|     _VALID_URL = r'https?://(?:www\.)?zapiks\.fr/(?:(?P<display_id>.+?)\.html|index\.php\?.*\bmedia_id=(?P<id>\d+))' | ||||
|     _VALID_URL = r'https?://(?:www\.)?zapiks\.(?:fr|com)/(?:(?:[a-z]{2}/)?(?P<display_id>.+?)\.html|index\.php\?.*\bmedia_id=(?P<id>\d+))' | ||||
|     _TESTS = [ | ||||
|         { | ||||
|             'url': 'http://www.zapiks.fr/ep2s3-bon-appetit-eh-be-viva.html', | ||||
| @@ -32,6 +32,14 @@ class ZapiksIE(InfoExtractor): | ||||
|                 'comment_count': int, | ||||
|             }, | ||||
|         }, | ||||
|         { | ||||
|             'url': 'http://www.zapiks.com/ep3s5-bon-appetit-baqueira-m-1.html', | ||||
|             'only_matching': True, | ||||
|         }, | ||||
|         { | ||||
|             'url': 'http://www.zapiks.com/nl/ep3s5-bon-appetit-baqueira-m-1.html', | ||||
|             'only_matching': True, | ||||
|         }, | ||||
|         { | ||||
|             'url': 'http://www.zapiks.fr/index.php?action=playerIframe&media_id=118046&width=640&height=360&autoStart=false&language=fr', | ||||
|             'only_matching': True, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․