mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[iprima] Follow pep8
This commit is contained in:
		| @@ -37,7 +37,8 @@ class IPrimaIE(InfoExtractor): | |||||||
|  |  | ||||||
|         video_id = self._search_regex(r'data-product="([^"]+)">', webpage, 'real id') |         video_id = self._search_regex(r'data-product="([^"]+)">', webpage, 'real id') | ||||||
|  |  | ||||||
|         req = sanitized_Request('http://play.iprima.cz/prehravac/init?_infuse=1' |         req = sanitized_Request( | ||||||
|  |             'http://play.iprima.cz/prehravac/init?_infuse=1' | ||||||
|             '&_ts=%s&productId=%s' % (round(time.time()), 'p22201')) |             '&_ts=%s&productId=%s' % (round(time.time()), 'p22201')) | ||||||
|         req.add_header('Referer', url) |         req.add_header('Referer', url) | ||||||
|         playerpage = self._download_webpage(req, video_id, note='Downloading player') |         playerpage = self._download_webpage(req, video_id, note='Downloading player') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz