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:
		| @@ -48,11 +48,11 @@ class VeeHDIE(InfoExtractor): | ||||
|         video_url = compat_urlparse.unquote(config['clip']['url']) | ||||
|         title = clean_html(get_element_by_id('videoName', webpage).rpartition('|')[0]) | ||||
|         uploader_id = self._html_search_regex(r'<a href="/profile/\d+">(.+?)</a>', | ||||
|             webpage, 'uploader') | ||||
|                                               webpage, 'uploader') | ||||
|         thumbnail = self._search_regex(r'<img id="veehdpreview" src="(.+?)"', | ||||
|             webpage, 'thumbnail') | ||||
|                                        webpage, 'thumbnail') | ||||
|         description = self._html_search_regex(r'<td class="infodropdown".*?<div>(.*?)<ul', | ||||
|             webpage, 'description', flags=re.DOTALL) | ||||
|                                               webpage, 'description', flags=re.DOTALL) | ||||
|  | ||||
|         return { | ||||
|             '_type': 'video', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jouke Waleson
					Jouke Waleson