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:
		| @@ -28,7 +28,7 @@ class EHowIE(InfoExtractor): | ||||
|         video_id = mobj.group('id') | ||||
|         webpage = self._download_webpage(url, video_id) | ||||
|         video_url = self._search_regex(r'(?:file|source)=(http[^\'"&]*)', | ||||
|             webpage, 'video URL') | ||||
|                                        webpage, 'video URL') | ||||
|         final_url = compat_urllib_parse.unquote(video_url) | ||||
|         uploader = self._html_search_meta('uploader', webpage) | ||||
|         title = self._og_search_title(webpage).replace(' | eHow', '') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jouke Waleson
					Jouke Waleson