projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c97b0a
)
[ooyala] Fix unresolved reference
author
Sergey M․
<dstftw@gmail.com>
Sat, 16 May 2015 14:15:31 +0000
(20:15 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 16 May 2015 14:15:31 +0000
(20:15 +0600)
youtube_dl/extractor/ooyala.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ooyala.py
b/youtube_dl/extractor/ooyala.py
index 9f4fe5b2911e5e10c3260fe18db8a05ecd17918d..a262a9f6d4ec232e78ee34f3ce38b03ea27d01e9 100644
(file)
--- a/
youtube_dl/extractor/ooyala.py
+++ b/
youtube_dl/extractor/ooyala.py
@@
-59,7
+59,7
@@
class OoyalaBaseIE(InfoExtractor):
if not videos_info:
formats = []
auth_data = self._download_json(
- 'http://player.ooyala.com/sas/player_api/v1/authorization/embed_code/%s/%s?domain=www.example.org&supportedFormats=mp4,webm' % (
embedCode, embedCode
),
+ 'http://player.ooyala.com/sas/player_api/v1/authorization/embed_code/%s/%s?domain=www.example.org&supportedFormats=mp4,webm' % (
video_id, video_id
),
video_id)
cur_auth_data = auth_data['authorization_data'][video_id]