mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-31 09:43:32 +00:00 
			
		
		
		
	[svtplay] Fix video id extraction (closes #28058)
This commit is contained in:
		
							parent
							
								
									e22ff4e356
								
							
						
					
					
						commit
						1f0910bc27
					
				| @ -255,8 +255,10 @@ class SVTPlayIE(SVTPlayBaseIE): | ||||
|             svt_id = self._search_regex( | ||||
|                 (r'<video[^>]+data-video-id=["\']([\da-zA-Z-]+)', | ||||
|                  r'["\']videoSvtId["\']\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-]+)'), | ||||
|                  r'["\']svtId["\']\s*:\s*["\']([\da-zA-Z-]+)', | ||||
|                  r'["\']svtId\\?["\']\s*:\s*\\?["\']([\da-zA-Z-]+)'), | ||||
|                 webpage, 'video id') | ||||
| 
 | ||||
|         info_dict = self._extract_by_video_id(svt_id, webpage) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sergey M․
						Sergey M․