diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-08-31 01:56:58 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-08-31 01:56:58 +0700 |
commit | a249ab83cb1d7765d787a7b1d050449736aaa789 (patch) | |
tree | 1e702a06fa4e0473eba81ae56580ed38b0d08fdb /youtube_dl/extractor/pyvideo.py | |
parent | f7043ef39cb73f8501d18d2e1f93997357397ba2 (diff) |
[pyvideo] Remove debugging code
Diffstat (limited to 'youtube_dl/extractor/pyvideo.py')
-rw-r--r-- | youtube_dl/extractor/pyvideo.py | 1 |
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: |