Browse Source

[iprima] Add missing `)`

master
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
3cfe791473
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/iprima.py

1
youtube_dl/extractor/iprima.py

@ -47,6 +47,7 @@ class IPrimaIE(InfoExtractor):
player_url = ( player_url = (
'http://embed.livebox.cz/iprimaplay/player-embed-v2.js?__tok%s__=%s' % '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) req = compat_urllib_request.Request(player_url)
req.add_header('Referer', url) req.add_header('Referer', url)

Loading…
Cancel
Save