From 07f5ccc837324cdf2c6cf384d5b4e6959c034463 Mon Sep 17 00:00:00 2001 From: fauresystems <34378695+fauresystems@users.noreply.github.com> Date: Tue, 18 Jun 2019 10:41:37 +0200 Subject: [PATCH] Remove print(info_dict) --- youtube_dl/YoutubeDL.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 52a651925..57f52f888 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -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: