mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 04:02:32 +01:00
parent
3eba1f7c29
commit
5f6d20c595
@ -125,8 +125,7 @@ class TestExtractorModule(unittest.TestCase):
|
|||||||
append = test_urls.append
|
append = test_urls.append
|
||||||
|
|
||||||
for result in results.all():
|
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
|
# iterate over all testcase URLs
|
||||||
for url, extr1 in test_urls:
|
for url, extr1 in test_urls:
|
||||||
|
Loading…
Reference in New Issue
Block a user