mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[prosiebensat1] add another clip ID regexp(fixes #15378)
This commit is contained in:
		@@ -345,6 +345,7 @@ class ProSiebenSat1IE(ProSiebenSat1BaseIE):
 | 
				
			|||||||
        r'clip[iI]d\s*=\s*["\'](\d+)',
 | 
					        r'clip[iI]d\s*=\s*["\'](\d+)',
 | 
				
			||||||
        r"'itemImageUrl'\s*:\s*'/dynamic/thumbnails/full/\d+/(\d+)",
 | 
					        r"'itemImageUrl'\s*:\s*'/dynamic/thumbnails/full/\d+/(\d+)",
 | 
				
			||||||
        r'proMamsId"\s*:\s*"(\d+)',
 | 
					        r'proMamsId"\s*:\s*"(\d+)',
 | 
				
			||||||
 | 
					        r'proMamsId"\s*:\s*"(\d+)',
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
    _TITLE_REGEXES = [
 | 
					    _TITLE_REGEXES = [
 | 
				
			||||||
        r'<h2 class="subtitle" itemprop="name">\s*(.+?)</h2>',
 | 
					        r'<h2 class="subtitle" itemprop="name">\s*(.+?)</h2>',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user