[chevereto] add 'video' extractor (#8149)

This commit is contained in:
Mike Fährmann
2025-08-31 12:47:19 +02:00
parent 75e7dc818d
commit 8047aaccd5
3 changed files with 81 additions and 15 deletions

View File

@@ -22,7 +22,26 @@ __tests__ = (
"id" : "TJNphg",
"url" : "https://media.imagepond.net/media/IMG_20250217_1606226b345a5dbd0e8971.jpg",
"user" : "dariusbbb24",
},
{
"#url" : "https://imagepond.net/video/1000423939.zb8Fxy",
"#category": ("chevereto", "imagepond", "video"),
"#class" : chevereto.CheveretoVideoExtractor,
"#results" : "https://media.imagepond.net/media/100042393993a6bfa75fc505e9.mp4",
"album" : "",
"date" : "dt:2025-08-29 18:01:20",
"duration" : 7,
"extension": "mp4",
"filename" : "100042393993a6bfa75fc505e9",
"height" : 1280,
"id" : "zb8Fxy",
"thumbnail": "https://media.imagepond.net/media/100042393993a6bfa75fc505e9.fr.jpeg",
"title" : "1000423939",
"url" : "https://media.imagepond.net/media/100042393993a6bfa75fc505e9.mp4",
"user" : "christiankita",
"width" : 720,
},
{