[iprima] Add missing `)`
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 24 Feb 2014 12:50:53 +0000 (13:50 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 24 Feb 2014 12:50:53 +0000 (13:50 +0100)
youtube_dl/extractor/iprima.py

index 22820e51bc1e18258e41a2bb11b581ebecc3bd9a..7956e7624db36d74cd4120c1764d0190f8d1dff5 100644 (file)
@@ -47,6 +47,7 @@ class IPrimaIE(InfoExtractor):
         player_url = (
             'http://embed.livebox.cz/iprimaplay/player-embed-v2.js?__tok%s__=%s' %
             (floor(random()*1073741824), floor(random()*1073741824))
+        )
 
         req = compat_urllib_request.Request(player_url)
         req.add_header('Referer', url)