mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[nhl] Improve _VALID_URL (#4805)
This commit is contained in:
		| @@ -54,7 +54,7 @@ class NHLBaseInfoExtractor(InfoExtractor): | ||||
|  | ||||
| class NHLIE(NHLBaseInfoExtractor): | ||||
|     IE_NAME = 'nhl.com' | ||||
|     _VALID_URL = r'https?://video(?P<team>\.[^.]*)?\.nhl\.com/videocenter/console(?:\?(?:.*?[?&])?)id=(?P<id>[-0-9a-zA-Z]+)' | ||||
|     _VALID_URL = r'https?://video(?P<team>\.[^.]*)?\.nhl\.com/videocenter/(?:console)?(?:\?(?:.*?[?&])?)id=(?P<id>[-0-9a-zA-Z]+)' | ||||
|  | ||||
|     _TESTS = [{ | ||||
|         'url': 'http://video.canucks.nhl.com/videocenter/console?catid=6?id=453614', | ||||
| @@ -92,6 +92,9 @@ class NHLIE(NHLBaseInfoExtractor): | ||||
|     }, { | ||||
|         'url': 'http://video.flames.nhl.com/videocenter/console?id=630616', | ||||
|         'only_matching': True, | ||||
|     }, { | ||||
|         'url': 'http://video.nhl.com/videocenter/?id=736722', | ||||
|         'only_matching': True, | ||||
|     }] | ||||
|  | ||||
|     def _real_extract(self, url): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․