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.

27 lines
953 B

{
"www.banggood.com": {
"name": "//h1[@itemprop='name']",
"price": "//div[@class='now']"
},
"www.gearbest.com": {
"name": "//h1[@class='goodsIntro_title']",
"price": "//span[contains(@class,'goodsIntro_price')]",
"other": "//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']"
}
}