[imagefap:user] support multiple pages (#9016)

This commit is contained in:
Mike Fährmann
2026-02-08 10:26:49 +01:00
parent a8636e75a1
commit d3c4328078
2 changed files with 31 additions and 4 deletions

View File

@@ -208,4 +208,13 @@ __tests__ = (
"#class" : imagefap.ImagefapUserExtractor,
},
{
"#url" : "https://www.imagefap.com/profile/brookdale",
"#comment" : "multiple pagea (#9016)",
"#class" : imagefap.ImagefapUserExtractor,
"#pattern" : imagefap.ImagefapFolderExtractor.pattern,
"#range" : "1-100",
"#count" : 100,
},
)