[iprima] Follow pep8
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 6 Feb 2016 20:37:28 +0000 (21:37 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 6 Feb 2016 20:37:28 +0000 (21:37 +0100)
youtube_dl/extractor/iprima.py

index 093a7e551abbf40628cb28d26742b2a1e12bd7cc..d922f905accb06339d3551155f574bf6743b418d 100644 (file)
@@ -37,7 +37,8 @@ class IPrimaIE(InfoExtractor):
 
         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'))
         req.add_header('Referer', url)
         playerpage = self._download_webpage(req, video_id, note='Downloading player')