mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-05 12:44:06 +08:00
Remove print(info_dict)
This commit is contained in:
@@ -1408,8 +1408,6 @@ class YoutubeDL(object):
|
||||
return pr.get_header('Cookie')
|
||||
|
||||
def process_video_result(self, info_dict, download=True):
|
||||
print(info_dict)
|
||||
|
||||
assert info_dict.get('_type', 'video') == 'video'
|
||||
|
||||
if 'id' not in info_dict:
|
||||
|
||||
Reference in New Issue
Block a user