mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[imdb] Extend _VALID_URL (closes #11744)
This commit is contained in:
		| @@ -13,7 +13,7 @@ from ..utils import ( | |||||||
| class ImdbIE(InfoExtractor): | class ImdbIE(InfoExtractor): | ||||||
|     IE_NAME = 'imdb' |     IE_NAME = 'imdb' | ||||||
|     IE_DESC = 'Internet Movie Database trailers' |     IE_DESC = 'Internet Movie Database trailers' | ||||||
|     _VALID_URL = r'https?://(?:www|m)\.imdb\.com/(?:video/[^/]+/|title/tt\d+.*?#lb-)vi(?P<id>\d+)' |     _VALID_URL = r'https?://(?:www|m)\.imdb\.com/(?:video/[^/]+/|title/tt\d+.*?#lb-|videoplayer/)vi(?P<id>\d+)' | ||||||
|  |  | ||||||
|     _TESTS = [{ |     _TESTS = [{ | ||||||
|         'url': 'http://www.imdb.com/video/imdb/vi2524815897', |         'url': 'http://www.imdb.com/video/imdb/vi2524815897', | ||||||
| @@ -32,6 +32,9 @@ class ImdbIE(InfoExtractor): | |||||||
|     }, { |     }, { | ||||||
|         'url': 'http://www.imdb.com/title/tt1667889/#lb-vi2524815897', |         'url': 'http://www.imdb.com/title/tt1667889/#lb-vi2524815897', | ||||||
|         'only_matching': True, |         'only_matching': True, | ||||||
|  |     }, { | ||||||
|  |         'url': 'http://www.imdb.com/videoplayer/vi1562949145', | ||||||
|  |         'only_matching': True, | ||||||
|     }] |     }] | ||||||
|  |  | ||||||
|     def _real_extract(self, url): |     def _real_extract(self, url): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․