mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[canalplus] PEP 8
This commit is contained in:
		@@ -79,7 +79,7 @@ class CanalplusIE(InfoExtractor):
 | 
			
		||||
            webpage = self._download_webpage(url, display_id)
 | 
			
		||||
            video_id = self._search_regex(
 | 
			
		||||
                [r'<canal:player[^>]+?videoId=(["\'])(?P<id>\d+)', r'id=["\']canal_video_player(?P<id>\d+)'],
 | 
			
		||||
                 webpage, 'video id', group='id')
 | 
			
		||||
                webpage, 'video id', group='id')
 | 
			
		||||
 | 
			
		||||
        info_url = self._VIDEO_INFO_TEMPLATE % (site_id, video_id)
 | 
			
		||||
        doc = self._download_xml(info_url, video_id, 'Downloading video XML')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user