PEP8: E225,E227
[youtube-dl] / youtube_dl / extractor / iprima.py
index 90b4c966dd8ca2429db0115d3ff7facd0d214dcc..4247d6391fa25f674449d9d8ac44b428c7c387e0 100644 (file)
@@ -54,7 +54,7 @@ class IPrimaIE(InfoExtractor):
 
         player_url = (
             'http://embed.livebox.cz/iprimaplay/player-embed-v2.js?__tok%s__=%s' %
-            (floor(random() *1073741824), floor(random() *1073741824))
+            (floor(random() * 1073741824), floor(random() * 1073741824))
         )
 
         req = compat_urllib_request.Request(player_url)