summaryrefslogtreecommitdiffstats
path: root/test/test_extractor.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-11-27 17:57:01 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-11-27 17:57:01 -0500
commit2a817af4fe41289fa705bdc5ee61372333f43996 (patch)
tree544d884724e98184afc1d982f0e9fa59137ef498 /test/test_extractor.py
parent7997fa94c82f9a6db63421c0af433f325a8aa607 (diff)
New upstream version 1.26.3.upstream/1.26.3
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()