]> jfr.im git - yt-dlp.git/blobdiff - test/test_YoutubeDL.py
Ignore format-specific fields in initial pass of `--match-filter`
[yt-dlp.git] / test / test_YoutubeDL.py
index 7637297be7499c6c590e709eb55f414b6031015c..f9b40501d5e171e24f34c06046c91da14d4d7daa 100644 (file)
@@ -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: