mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 22:17:06 -05:00 
			
		
		
		
	[francetvinfo.fr] Support more ID suffixes
This commit is contained in:
		@@ -62,7 +62,7 @@ class FranceTvInfoIE(FranceTVBaseInfoExtractor):
 | 
			
		||||
        mobj = re.match(self._VALID_URL, url)
 | 
			
		||||
        page_title = mobj.group('title')
 | 
			
		||||
        webpage = self._download_webpage(url, page_title)
 | 
			
		||||
        video_id = self._search_regex(r'id-video=(\d+?)"', webpage, u'video id')
 | 
			
		||||
        video_id = self._search_regex(r'id-video=(\d+?)[@"]', webpage, u'video id')
 | 
			
		||||
        return self._extract_video(video_id)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user