mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-16 22:25:40 +07:00
Ignore format-specific fields in initial pass of --match-filter
Closes #3074
This commit is contained in:
@@ -931,7 +931,7 @@ def get_videos(filter_=None):
|
||||
res = get_videos()
|
||||
self.assertEqual(res, ['1', '2'])
|
||||
|
||||
def f(v):
|
||||
def f(v, incomplete):
|
||||
if v['id'] == '1':
|
||||
return None
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user