kopia lustrzana https://github.com/yt-dlp/yt-dlp
[pyvideo] Remove debugging code
rodzic
f7043ef39c
commit
a249ab83cb
|
@ -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:
|
||||
|
|
Ładowanie…
Reference in New Issue