From 2a817af4fe41289fa705bdc5ee61372333f43996 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 27 Nov 2023 17:57:01 -0500 Subject: New upstream version 1.26.3. --- test/test_extractor.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_extractor.py') diff --git a/test/test_extractor.py b/test/test_extractor.py index 29ccf97..d2dd643 100644 --- a/test/test_extractor.py +++ b/test/test_extractor.py @@ -142,6 +142,8 @@ class TestExtractorModule(unittest.TestCase): if cls.category == "ytdl": continue extr = cls.from_url(cls.example) + if not extr and cls.basecategory and not cls.instances: + continue extr.initialize() extr.finalize() -- cgit v1.2.3