From 303bb5b4d2560ba5ce588cbef0b4bd801c3526fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Wed, 24 Sep 2025 20:01:33 +0200 Subject: [PATCH] [imxto:gallery] add test with 1000+ imagees --- test/results/imxto.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/results/imxto.py b/test/results/imxto.py index 430b388b..05bbe40e 100644 --- a/test/results/imxto.py +++ b/test/results/imxto.py @@ -62,4 +62,16 @@ __tests__ = ( "title": "untitled gallery", }, +{ + "#url" : "https://imx.to/g/mgun", + "#comment" : "multiple pages (#8282)", + "#category": ("imagehost", "imxto", "gallery"), + "#class" : imagehosts.ImxtoGalleryExtractor, + "#pattern" : imagehosts.ImxtoImageExtractor.pattern, + "#count" : 1037, + "#auth" : True, + + "title": "freckledspirit", +}, + )