mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-16 01:25:06 +00:00
[pyvideo] Remove debugging code
This commit is contained in:
parent
f7043ef39c
commit
a249ab83cb
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ def _real_extract(self, url):
|
||||||
% (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 a new issue