1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[iprima] Add missing )

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-02-24 13:50:53 +01:00
parent 973f2532f5
commit 3cfe791473

View 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)