about summary refs log tree commit diff
path: root/youtube_dl/extractor/vice.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-05-07 18:05:37 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-05-07 18:05:37 +0800
commitd9a743d9178b0ed1e44168e42e8cec2d7dd8d63e (patch)
tree282a125478b67d90270413e69390f2476236429a /youtube_dl/extractor/vice.py
parentac6c358c2ab882427f74af47fe5df762dd348c20 (diff)
downloadyoutube-dl-d9a743d9178b0ed1e44168e42e8cec2d7dd8d63e.tar.gz
youtube-dl-d9a743d9178b0ed1e44168e42e8cec2d7dd8d63e.tar.xz
youtube-dl-d9a743d9178b0ed1e44168e42e8cec2d7dd8d63e.zip
[vice] Remove a redundant print
Diffstat (limited to 'youtube_dl/extractor/vice.py')
-rw-r--r--youtube_dl/extractor/vice.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vice.py b/youtube_dl/extractor/vice.py
index 71f520fb5..04e2b0ba7 100644
--- a/youtube_dl/extractor/vice.py
+++ b/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')