[booth] add 'category' extractor (#8867)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user