[imagetwist:gallery] support 'page' URLs (#8826)

This commit is contained in:
Mike Fährmann
2026-01-09 10:41:28 +01:00
parent be23e164b7
commit 1e2a2c258c
2 changed files with 14 additions and 3 deletions

View File

@@ -75,4 +75,13 @@ __tests__ = (
"#count" : 100,
},
{
"#url" : "https://imagetwist.com/?op=user_public&per_page=40&fld_id=806105&usr_login=gdldev&page=2",
"#comment" : "'page=' URL (#8826)",
"#category": ("imagehost", "imagetwist", "gallery"),
"#class" : imagehosts.ImagetwistGalleryExtractor,
"#pattern" : imagehosts.ImagetwistImageExtractor.pattern,
"#count" : 60,
},
)