[chevereto] support 'imagepond.net' (#7278)

This commit is contained in:
Mike Fährmann
2025-04-01 10:41:54 +02:00
parent 015ba76c9c
commit f7cd4367c6
4 changed files with 62 additions and 6 deletions

41
test/results/imagepond.py Normal file
View File

@@ -0,0 +1,41 @@
# -*- coding: utf-8 -*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
from gallery_dl.extractor import chevereto
__tests__ = (
{
"#url" : "https://imagepond.net/image/IMG-20250217-160622.TJNphg",
"#category": ("chevereto", "imagepond", "image"),
"#class" : chevereto.CheveretoImageExtractor,
"#urls" : "https://media.imagepond.net/media/IMG_20250217_1606226b345a5dbd0e8971.jpg",
"#sha1_content": "ec7fac6b427f7af01038619208cd69478e91ddef",
"album" : "",
"extension": "jpg",
"filename" : "IMG_20250217_1606226b345a5dbd0e8971",
"id" : "TJNphg",
"url" : "https://media.imagepond.net/media/IMG_20250217_1606226b345a5dbd0e8971.jpg",
"user" : "dariusbbb24",
},
{
"#url" : "https://imagepond.net/album/CDilP/?sort=date_desc&page=1",
"#category": ("chevereto", "imagepond", "album"),
"#class" : chevereto.CheveretoAlbumExtractor,
},
{
"#url" : "https://imagepond.net/dariusbbb24",
"#category": ("chevereto", "imagepond", "user"),
"#class" : chevereto.CheveretoUserExtractor,
"#range" : "1-30",
"#count" : 30,
},
)