[chevereto] support 'imagepond.net' (#7278)
This commit is contained in:
41
test/results/imagepond.py
Normal file
41
test/results/imagepond.py
Normal 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,
|
||||
},
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user