mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:57:08 -05:00 
			
		
		
		
	prosiebensat1: add another clip ID regexp
This commit is contained in:
		@@ -344,6 +344,7 @@ class ProSiebenSat1IE(ProSiebenSat1BaseIE):
 | 
			
		||||
        r'clip[iI]d=(\d+)',
 | 
			
		||||
        r'clip[iI]d\s*=\s*["\'](\d+)',
 | 
			
		||||
        r"'itemImageUrl'\s*:\s*'/dynamic/thumbnails/full/\d+/(\d+)",
 | 
			
		||||
        r'proMamsId":"(\d+)',
 | 
			
		||||
    ]
 | 
			
		||||
    _TITLE_REGEXES = [
 | 
			
		||||
        r'<h2 class="subtitle" itemprop="name">\s*(.+?)</h2>',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user