Преглед на файлове

[vice] Remove a redundant print

Yen Chi Hsuan преди 10 години
родител
ревизия
d9a743d917
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      youtube_dl/extractor/vice.py

+ 0 - 1
youtube_dl/extractor/vice.py

@@ -31,7 +31,6 @@ class ViceIE(InfoExtractor):
                 r'embedCode=([^&\'"]+)', webpage,
                 'ooyala embed code')
             ooyala_url = OoyalaIE._url_for_embed_code(embed_code)
-            print(ooyala_url)
         except ExtractorError:
             raise ExtractorError('The page doesn\'t contain a video', expected=True)
         return self.url_result(ooyala_url, ie='Ooyala')