You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.2 KiB

{
"www.banggood.com":
{
"name": "//div[@class='title_hd']/h2 | //h1[@itemprop='name']",
"price": "//div[contains(@class,'item_now_price')] | //div[@class='now']",
"stock": "//strong[contains(text(),'stock')]"
},
"www.gearbest.com":
{
"name": "//h1[@class='goodsIntro_title']",
"price": "//span[contains(@class,'goodsIntro_price')]",
"outofstock": "//div[@class='goodsIntro_noticeSubmit']"
},
"www.amazon.com":
{
"name": "//span[@id='priceblock_dealprice' or @id='priceblock_ourprice']",
"price": "//span[@id='productTitle']"
},
"www.getfpv.com":
{
"name": "//div[@class='product-name']/span",
"price": "//div[@class='price-box']/p[@class='special-price']/span[@class='price'] | //div[@class='price-box']/span[@class='regular-price']/span"
},
"www.dalprops.com":
{
"name": "//h1[@itemprop='name']",
"price": "//*[@id='product-price']"
},
"hobbyking.com":
{
"name": "//h1[contains(@class,'product-name')]",
"price": "//p[@class='special-price']/span[@class='price'] | //span[@class='regular-price']/span[@class='price']"
}
}