mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	merge ytdl-master
This commit is contained in:
		| @@ -231,7 +231,9 @@ class SVTPlayIE(SVTPlayBaseIE): | ||||
|         if not svt_id: | ||||
|             svt_id = self._search_regex( | ||||
|                 (r'<video[^>]+data-video-id=["\']([\da-zA-Z-]+)', | ||||
|                  r'"content"\s*:\s*{.*?"id"\s*:\s*"([\da-zA-Z-]+)"'), | ||||
|                  r'["\']videoSvtId["\']\s*:\s*["\']([\da-zA-Z-]+)', | ||||
|                  r'"content"\s*:\s*{.*?"id"\s*:\s*"([\da-zA-Z-]+)"', | ||||
|                  r'["\']svtId["\']\s*:\s*["\']([\da-zA-Z-]+)'), | ||||
|                 webpage, 'video id') | ||||
|  | ||||
|         return self._extract_by_video_id(svt_id, webpage) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Unknown
					Unknown