[chevereto] extract 'album_id' & 'album_slug' metadata (#8604)

This commit is contained in:
Mike Fährmann
2025-12-07 17:40:08 +01:00
parent 526a42a04d
commit d2b3eb6adb
3 changed files with 21 additions and 6 deletions

View File

@@ -37,6 +37,8 @@ __tests__ = (
"#results" : "https://media.imagepond.net/media/100042393993a6bfa75fc505e9.mp4",
"album" : "",
"album_id" : "",
"album_slug": "",
"date" : "dt:2025-08-29 18:01:20",
"duration" : 7,
"extension": "mp4",

View File

@@ -16,6 +16,8 @@ __tests__ = (
"#sha1_content": "098e5e9b17ad634358426e0ffd1c93871474d13c",
"album" : "",
"album_id" : "",
"album_slug": "",
"date" : "dt:2022-06-05 03:24:25",
"extension": "jpg",
"filename" : "funnymeme",
@@ -62,8 +64,11 @@ __tests__ = (
"#class" : chevereto.CheveretoImageExtractor,
"#results" : "https://simp2.selti-delivery.ru/hannahowo_00457.jpg",
"album": "401-500",
"date" : "dt:2022-03-23 13:50:52",
"album" : "401-500",
"album_id" : "atYaG",
"album_slug": "401-500",
"date" : "dt:2022-03-23 13:50:52",
"id" : "auCruA",
},
{