Explorar o código

[ooyala] remove print statment

remitamine %!s(int64=10) %!d(string=hai) anos
pai
achega
497ca088a6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      youtube_dl/extractor/ooyala.py

+ 0 - 1
youtube_dl/extractor/ooyala.py

@@ -12,7 +12,6 @@ from ..utils import (
 class OoyalaBaseIE(InfoExtractor):
 class OoyalaBaseIE(InfoExtractor):
 
 
     def _extract(self, player_url, video_id):
     def _extract(self, player_url, video_id):
-        print(player_url)
         content_tree = self._download_json(player_url, video_id)['content_tree']
         content_tree = self._download_json(player_url, video_id)['content_tree']
         metadata = content_tree[list(content_tree)[0]]
         metadata = content_tree[list(content_tree)[0]]
         embed_code = metadata['embed_code']
         embed_code = metadata['embed_code']