Browse Source

[pyvideo] Remove debugging code

Sergey M․ 9 years ago
parent
commit
a249ab83cb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/pyvideo.py

+ 0 - 1
youtube_dl/extractor/pyvideo.py

@@ -38,7 +38,6 @@ class PyvideoIE(InfoExtractor):
             % (category, video_id), video_id, fatal=False)
             % (category, video_id), video_id, fatal=False)
 
 
         if data:
         if data:
-            print(data)
             for video in data['videos']:
             for video in data['videos']:
                 video_url = video.get('url')
                 video_url = video.get('url')
                 if video_url:
                 if video_url: