mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[francetv] Fix f4m extraction
This commit is contained in:
		@@ -58,9 +58,8 @@ class FranceTVBaseInfoExtractor(InfoExtractor):
 | 
			
		||||
                    # See https://github.com/rg3/youtube-dl/issues/3963
 | 
			
		||||
                    # m3u8 urls work fine
 | 
			
		||||
                    continue
 | 
			
		||||
                video_url_parsed = compat_urllib_parse_urlparse(video_url)
 | 
			
		||||
                f4m_url = self._download_webpage(
 | 
			
		||||
                    'http://hdfauth.francetv.fr/esi/TA?url=%s' % video_url_parsed.path,
 | 
			
		||||
                    'http://hdfauth.francetv.fr/esi/TA?url=%s' % video_url,
 | 
			
		||||
                    video_id, 'Downloading f4m manifest token', fatal=False)
 | 
			
		||||
                if f4m_url:
 | 
			
		||||
                    formats.extend(self._extract_f4m_formats(f4m_url, video_id, 1, format_id))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user