mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-10-31 22:44:32 +01:00
[pyvideo] Remove debugging code
This commit is contained in:
parent
f7043ef39c
commit
a249ab83cb
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user