[tests] remove internal extractor check

revert 60a2fefedd.
This commit is contained in:
Mike Fährmann
2024-07-22 18:36:35 +02:00
parent 3eba1f7c29
commit 5f6d20c595

View File

@@ -125,8 +125,7 @@ class TestExtractorModule(unittest.TestCase):
append = test_urls.append
for result in results.all():
if result["#class"].__module__.startswith("gallery_dl."):
append((result["#url"], result["#class"]))
append((result["#url"], result["#class"]))
# iterate over all testcase URLs
for url, extr1 in test_urls: