[pyvideo] Remove debugging code

master
Sergey M․ 8 years ago
parent f7043ef39c
commit a249ab83cb
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
  1. 1
      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:

Loading…
Cancel
Save