[booth] add 'category' extractor (#8867)

This commit is contained in:
Mike Fährmann
2026-01-11 22:15:14 +01:00
parent 25397903ce
commit d7c1c30c62
4 changed files with 44 additions and 12 deletions

View File

@@ -254,4 +254,20 @@ https://www.melonbooks.co.jp/detail/detail.php?product_id=1872452""",
},
},
{
"#url" : "https://booth.pm/en/browse/Audio%20Goods?adult=only&max_price=3000",
"#class" : booth.BoothCategoryExtractor,
"#pattern" : booth.BoothItemExtractor.pattern,
"#range" : "1-100",
"#count" : 100,
},
{
"#url" : "https://booth.pm/zh-cn/browse/Books%20(Other)",
"#class" : booth.BoothCategoryExtractor,
"#pattern" : booth.BoothItemExtractor.pattern,
"#range" : "1-100",
"#count" : 100,
},
)