1
0
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:
fauresystems
2019-06-18 10:41:37 +02:00
Unverified
parent 9bccd2ff6a
commit 07f5ccc837
-2
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: