aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_extractor.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-11-27 17:57:07 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-11-27 17:57:07 -0500
commit34eea9832b1b50aa9214481363cb3ca5c81bb2d8 (patch)
treedbf7dc5cc36fbad64ac83e38d0ec0fec90f9f109 /test/test_extractor.py
parentecd8aa4d85bd87ed65abe0f22ba058bda95d699c (diff)
parent2a817af4fe41289fa705bdc5ee61372333f43996 (diff)
Update upstream source from tag 'upstream/1.26.3'
Update to upstream version '1.26.3' with Debian dir f685c0316a7fc7f226907bb4cb034eab193d2945
Diffstat (limited to 'test/test_extractor.py')
-rw-r--r--test/test_extractor.py2
1 files changed, 2 insertions, 0 deletions
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()