Remove print(info_dict)

This commit is contained in:
fauresystems 2019-06-18 10:41:37 +02:00
parent 9bccd2ff6a
commit 07f5ccc837

View File

@ -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: