[imagetwist] add 'gallery' extractor (#5190)

This commit is contained in:
Mike Fährmann
2024-02-11 18:41:02 +01:00
parent fde82ab0ce
commit 4641937ca3
3 changed files with 30 additions and 1 deletions

View File

@@ -41,4 +41,16 @@ __tests__ = (
"#class" : imagehosts.ImagetwistImageExtractor,
},
{
"#url" : "https://imagetwist.com/p/gdldev/747223/digits",
"#category": ("imagehost", "imagetwist", "gallery"),
"#class" : imagehosts.ImagetwistGalleryExtractor,
"#urls" : (
"https://imagetwist.com/j6eu91sbl9bs",
"https://imagetwist.com/vx4oh119izyr",
"https://imagetwist.com/n3td3a6vzzed",
"https://imagetwist.com/8uz6lmg31nmc",
),
},
)