about summary refs log tree commit diff
path: root/youtube_dl/extractor/iprima.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-02-24 13:50:53 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-02-24 13:50:53 +0100
commit3cfe79147359c2e9ecbb20caf1e77655dfcf75d1 (patch)
treee8f6cdf9887fe1f8d55d303a7a250e004f64e4b4 /youtube_dl/extractor/iprima.py
parent973f2532f58b030b8d9b220d184efd2e91db6796 (diff)
downloadyoutube-dl-3cfe79147359c2e9ecbb20caf1e77655dfcf75d1.tar.gz
youtube-dl-3cfe79147359c2e9ecbb20caf1e77655dfcf75d1.tar.xz
youtube-dl-3cfe79147359c2e9ecbb20caf1e77655dfcf75d1.zip
[iprima] Add missing `)`
Diffstat (limited to 'youtube_dl/extractor/iprima.py')
-rw-r--r--youtube_dl/extractor/iprima.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/iprima.py b/youtube_dl/extractor/iprima.py
index 22820e51b..7956e7624 100644
--- a/youtube_dl/extractor/iprima.py
+++ b/youtube_dl/extractor/iprima.py
@@ -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)