projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90bddb6
)
[ooyala] remove print statment
author
remitamine
<remitamine@gmail.com>
Thu, 15 Oct 2015 13:37:05 +0000
(14:37 +0100)
committer
remitamine
<remitamine@gmail.com>
Thu, 15 Oct 2015 13:37:05 +0000
(14:37 +0100)
youtube_dl/extractor/ooyala.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ooyala.py
b/youtube_dl/extractor/ooyala.py
index 592cdc5648f13e6d77c7b2f32fd819114c9c4912..df99a39f4c812e94daaf8f631da9567fea545c1a 100644
(file)
--- a/
youtube_dl/extractor/ooyala.py
+++ b/
youtube_dl/extractor/ooyala.py
@@
-12,7
+12,6
@@
from ..utils import (
class OoyalaBaseIE(InfoExtractor):
def _extract(self, player_url, video_id):
- print(player_url)
content_tree = self._download_json(player_url, video_id)['content_tree']
metadata = content_tree[list(content_tree)[0]]
embed_code = metadata['embed_code']