[xasiat] fix 'IndexError' for albums without category (#8569)

This commit is contained in:
Mike Fährmann
2025-11-18 18:03:55 +01:00
parent 0e0f446368
commit e60007add6
2 changed files with 23 additions and 4 deletions

View File

@@ -58,6 +58,26 @@ __tests__ = (
],
},
{
"#url" : "https://www.xasiat.com/albums/30478/gekkan-young-magazine-2025-no-11/",
"#comment" : "no 'album_category' (#8569)",
"#class" : xasiat.XasiatAlbumExtractor,
"#pattern" : r"https://www\.xasiat\.com/get_image/\d+/\w+",
"#count" : 13,
"album_category": "",
"album_id" : 30478,
"album_url" : "https://www.xasiat.com/albums/30478/gekkan-young-magazine-2025-no-11/",
"count" : 13,
"extension" : "jpg",
"model" : [],
"title" : "[Gekkan Young Magazine] 2025 No.11",
"tags" : [
"Young Magazine",
"Teen",
],
},
{
"#url" : "https://www.xasiat.com/albums/categories/gravure-idols/",
"#class" : xasiat.XasiatCategoryExtractor,