mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	[francetvinfo] Improve video id extraction (closes #28584)
This commit is contained in:
		
							parent
							
								
									da762c4e32
								
							
						
					
					
						commit
						287e50b56b
					
				@ -399,7 +399,8 @@ class FranceTVInfoIE(FranceTVBaseInfoExtractor):
 | 
			
		||||
        video_id = self._search_regex(
 | 
			
		||||
            (r'player\.load[^;]+src:\s*["\']([^"\']+)',
 | 
			
		||||
             r'id-video=([^@]+@[^"]+)',
 | 
			
		||||
             r'<a[^>]+href="(?:https?:)?//videos\.francetv\.fr/video/([^@]+@[^"]+)"'),
 | 
			
		||||
             r'<a[^>]+href="(?:https?:)?//videos\.francetv\.fr/video/([^@]+@[^"]+)"',
 | 
			
		||||
             r'data-id=["\']([\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12})'),
 | 
			
		||||
            webpage, 'video id')
 | 
			
		||||
 | 
			
		||||
        return self._make_url_result(video_id)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user