mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	PEP8: applied even more rules
This commit is contained in:
		| @@ -28,7 +28,7 @@ class MetacriticIE(InfoExtractor): | ||||
|         webpage = self._download_webpage(url, video_id) | ||||
|         # The xml is not well formatted, there are raw '&' | ||||
|         info = self._download_xml('http://www.metacritic.com/video_data?video=' + video_id, | ||||
|             video_id, 'Downloading info xml', transform_source=fix_xml_ampersands) | ||||
|                                   video_id, 'Downloading info xml', transform_source=fix_xml_ampersands) | ||||
|  | ||||
|         clip = next(c for c in info.findall('playList/clip') if c.find('id').text == video_id) | ||||
|         formats = [] | ||||
| @@ -44,7 +44,7 @@ class MetacriticIE(InfoExtractor): | ||||
|         self._sort_formats(formats) | ||||
|  | ||||
|         description = self._html_search_regex(r'<b>Description:</b>(.*?)</p>', | ||||
|             webpage, 'description', flags=re.DOTALL) | ||||
|                                               webpage, 'description', flags=re.DOTALL) | ||||
|  | ||||
|         return { | ||||
|             'id': video_id, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jouke Waleson
					Jouke Waleson