youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a249ab83cb1d7765d787a7b1d050449736aaa789
parent f7043ef39cb73f8501d18d2e1f93997357397ba2
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 31 Aug 2016 01:56:58 +0700

[pyvideo] Remove debugging code

Diffstat:
Myoutube_dl/extractor/pyvideo.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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: