Remove print(info_dict)
This commit is contained in:
parent
9bccd2ff6a
commit
07f5ccc837
@ -1408,8 +1408,6 @@ class YoutubeDL(object):
|
|||||||
return pr.get_header('Cookie')
|
return pr.get_header('Cookie')
|
||||||
|
|
||||||
def process_video_result(self, info_dict, download=True):
|
def process_video_result(self, info_dict, download=True):
|
||||||
print(info_dict)
|
|
||||||
|
|
||||||
assert info_dict.get('_type', 'video') == 'video'
|
assert info_dict.get('_type', 'video') == 'video'
|
||||||
|
|
||||||
if 'id' not in info_dict:
|
if 'id' not in info_dict:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user