[cleanup] _match_entry

This commit is contained in:
pukkandan 2021-05-29 02:12:07 +05:30
parent 65af1839c6
commit c77495e3a4
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
2 changed files with 13 additions and 11 deletions

View file

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