aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-08-31 01:56:58 +0700
committerSergey M․ <dstftw@gmail.com>2016-08-31 01:56:58 +0700
commita249ab83cb1d7765d787a7b1d050449736aaa789 (patch)
tree1e702a06fa4e0473eba81ae56580ed38b0d08fdb
parentf7043ef39cb73f8501d18d2e1f93997357397ba2 (diff)
downloadyoutube-dl-a249ab83cb1d7765d787a7b1d050449736aaa789.tar.xz
[pyvideo] Remove debugging code
-rw-r--r--youtube_dl/extractor/pyvideo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pyvideo.py b/youtube_dl/extractor/pyvideo.py
index 08ec09183..b8ac93a62 100644
--- a/youtube_dl/extractor/pyvideo.py
+++ b/youtube_dl/extractor/pyvideo.py
@@ -38,7 +38,6 @@ class PyvideoIE(InfoExtractor):
% (category, video_id), video_id, fatal=False)
if data:
- print(data)
for video in data['videos']:
video_url = video.get('url')
if video_url: