mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[dplayit] Relax video id regex (closes #13524)
This commit is contained in:
		| @@ -184,7 +184,7 @@ class DPlayItIE(InfoExtractor): | |||||||
|         webpage = self._download_webpage(url, display_id) |         webpage = self._download_webpage(url, display_id) | ||||||
|  |  | ||||||
|         info_url = self._search_regex( |         info_url = self._search_regex( | ||||||
|             r'url\s*:\s*["\']((?:https?:)?//[^/]+/playback/videoPlaybackInfo/\d+)', |             r'url\s*[:=]\s*["\']((?:https?:)?//[^/]+/playback/videoPlaybackInfo/\d+)', | ||||||
|             webpage, 'video id') |             webpage, 'video id') | ||||||
|  |  | ||||||
|         title = remove_end(self._og_search_title(webpage), ' | Dplay') |         title = remove_end(self._og_search_title(webpage), ' | Dplay') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․