mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[ooyala] remove print statment
This commit is contained in:
parent
90bddb6cdd
commit
497ca088a6
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
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']
|
||||
|
|
Loading…
Reference in a new issue