[tapas] add 'creator' extractor (#5306)

This commit is contained in:
Mike Fährmann
2024-04-11 23:41:50 +02:00
parent 35d4a706ae
commit e02d2ff45d
3 changed files with 29 additions and 1 deletions

View File

@@ -73,4 +73,17 @@ __tests__ = (
},
},
{
"#url" : "https://tapas.io/SANG123/series",
"#comment" : "#5306",
"#category": ("", "tapas", "creator"),
"#class" : tapas.TapasCreatorExtractor,
"#urls" : (
"https://tapas.io/series/the-return-of-the-disaster-class-hero-novel",
"https://tapas.io/series/the-return-of-the-disaster-class-hero",
"https://tapas.io/series/tomb-raider-king",
"https://tapas.io/series/tomb-raider-king-novel",
),
},
)