[chevereto:album] extract 'album_…' metadata (#8604)

This commit is contained in:
Mike Fährmann
2025-12-08 19:02:41 +01:00
parent e3875127af
commit f5f4122cb6
2 changed files with 34 additions and 4 deletions

View File

@@ -118,6 +118,10 @@ __tests__ = (
"#category": ("chevereto", "jpgfish", "album"),
"#class" : chevereto.CheveretoAlbumExtractor,
"#count" : 2,
"album" : "funny meme album",
"album_id" : "CDilP",
"album_slug": "funny-meme-album",
},
{
@@ -125,6 +129,10 @@ __tests__ = (
"#category": ("chevereto", "jpgfish", "album"),
"#class" : chevereto.CheveretoAlbumExtractor,
"#count" : 114,
"album" : "Gunggingnsk OF",
"album_id" : "N9OOI",
"album_slug": "gunggingnsk",
},
{
@@ -132,6 +140,10 @@ __tests__ = (
"#category": ("chevereto", "jpgfish", "album"),
"#class" : chevereto.CheveretoAlbumExtractor,
"#count" : 100,
"album" : "101-200",
"album_id" : "aNJ6A",
"album_slug": "101-200",
},
{
@@ -139,6 +151,10 @@ __tests__ = (
"#category": ("chevereto", "jpgfish", "album"),
"#class" : chevereto.CheveretoAlbumExtractor,
"#count" : 606,
"album" : "re:([12345]0)?1-[123456]00",
"album_id" : str,
"album_slug": str,
},
{