mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	PEP8 applied
This commit is contained in:
		| @@ -37,7 +37,7 @@ class HornBunnyIE(InfoExtractor): | ||||
|         webpage2 = self._download_webpage(redirect_url, video_id) | ||||
|         video_url = self._html_search_regex( | ||||
|             r'flvMask:(.*?);', webpage2, 'video_url') | ||||
|          | ||||
|  | ||||
|         duration = parse_duration(self._search_regex( | ||||
|             r'<strong>Runtime:</strong>\s*([0-9:]+)</div>', | ||||
|             webpage, 'duration', fatal=False)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jouke Waleson
					Jouke Waleson