[pyvideo] Remove debugging code

This commit is contained in:
Sergey M․ 2016-08-31 01:56:58 +07:00
parent f7043ef39c
commit a249ab83cb
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -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: