[ahottie:album] support multiple pages (#8862)

This commit is contained in:
Mike Fährmann
2026-01-10 18:00:50 +01:00
parent 7e513f35f2
commit 18b4c67c65
2 changed files with 16 additions and 8 deletions

View File

@@ -10,12 +10,13 @@ from gallery_dl.extractor import ahottie
__tests__ = (
{
"#url" : "https://ahottie.top/albums/5d54b221c19ff9c9126ffd62859c6603",
"#comment" : "multiple pages (#8862)",
"#class" : ahottie.AhottieGalleryExtractor,
"#pattern" : r"https://images2\.imgbox\.com/../../\w+_o\.jpg",
"#count" : 10,
"#count" : 14,
"count" : 10,
"num" : range(1, 10),
"count" : 14,
"num" : range(1, 14),
"date" : "dt:2024-12-30 00:00:00",
"extension" : "jpg",
"filename" : str,