From c77495e3a4161ee652e5131bb0de7bc8c819f9d9 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sat, 29 May 2021 02:12:07 +0530 Subject: [cleanup] `_match_entry` --- test/test_YoutubeDL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_YoutubeDL.py') diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index f34d55d82..1696ccd30 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -756,7 +756,7 @@ class TestYoutubeDL(unittest.TestCase): def process_info(self, info_dict): super(YDL, self).process_info(info_dict) - def _match_entry(self, info_dict, incomplete): + def _match_entry(self, info_dict, incomplete=False): res = super(FilterYDL, self)._match_entry(info_dict, incomplete) if res is None: self.downloaded_info_dicts.append(info_dict) -- cgit v1.2.3