mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	PEP8: applied even more rules
This commit is contained in:
		| @@ -45,13 +45,13 @@ class UstreamIE(InfoExtractor): | ||||
|         self.report_extraction(video_id) | ||||
|  | ||||
|         video_title = self._html_search_regex(r'data-title="(?P<title>.+)"', | ||||
|             webpage, 'title') | ||||
|                                               webpage, 'title') | ||||
|  | ||||
|         uploader = self._html_search_regex(r'data-content-type="channel".*?>(?P<uploader>.*?)</a>', | ||||
|             webpage, 'uploader', fatal=False, flags=re.DOTALL) | ||||
|                                            webpage, 'uploader', fatal=False, flags=re.DOTALL) | ||||
|  | ||||
|         thumbnail = self._html_search_regex(r'<link rel="image_src" href="(?P<thumb>.*?)"', | ||||
|             webpage, 'thumbnail', fatal=False) | ||||
|                                             webpage, 'thumbnail', fatal=False) | ||||
|  | ||||
|         return { | ||||
|             'id': video_id, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jouke Waleson
					Jouke Waleson