mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[cleanup] _match_entry
This commit is contained in:
parent
65af1839c6
commit
c77495e3a4
2 changed files with 13 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue