sarafg11

Untitled

Jun 22nd, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. {
  2. "sitemap_urls": [
  3. "https://www.perfumesclub.com/sitemap-G.xml"
  4. ],
  5. "fields": {
  6. "name": "//meta[@property='og:title']/@content",
  7. "price": "(//span[@class='selectAmountPrice']/text())[1]",
  8. "price_old": "(//*[@class='contTachado op-04 tachado font-14'])[1]",
  9. "reference": "",
  10. "image": "//meta[@property='og:image']/@content",
  11. "description": "//div[@itemprop='description']//text()",
  12. "brand": "",
  13. "brand_text": "//script[@type='application/ld+json' and contains(.,'brand')]/text()",
  14. "categories": "(//div[contains(@class,'breadcrumb')]//a)[position()>1 and position()<last()]//text()",
  15. "availability": "",
  16. "rating_average": "//script[@type='application/ld+json' and contains(.,'ratingValue')]/text()",
  17. "rating_count": "//script[@type='application/ld+json' and contains(.,'reviewCount')]/text()",
  18. "barcode": "//script[@type='application/ld+json' and contains(.,'gtin13')]/text()",
  19. "stock": "",
  20. "variation": "//div[@class='mHSelected']/text() | (//div[contains(@class,'contCapacidad')]/text())[last()] | //div[contains(@class, 'descLote')]/div[contains(@class, 'font')]/text()"
  21. },
  22. "links": {
  23. "detail": "//div[contains(@class,'contpInfo')]//a[2]",
  24. "next_page": ""
  25. },
  26. "variations": {
  27. "product_variation": "//div[@class='infoColor'] | //div[@id='listPrices']/div[contains(@id,'divBtnCompra')]"
  28. },
  29. "parser_modules": [
  30. "multiple_product_variations_xpath"
  31. ],
  32. "regex": {
  33. "availability": ["availability\\\":\\s\\\"(.*?)\\\"", 1],
  34. "brand_text": ["brand\\\":\\s{.*Thing.*name\\\":\\s\\\"(.*?)\\\"", 1],
  35. "rating_average": ["ratingValue\\\":\\\"(\\d|\\d.\\d{0,2})(=?\\d+\\\",|\\\",)", 1],
  36. "rating_count": ["reviewCount\\\":\\\"(.*?)\\\"", 1],
  37. "barcode": ["gtin13\\\":\\s\\\"(.*?)\\\"", 1],
  38. "variation": "((?!#).)*$"
  39. },
  40. "sitemap_rules": [""],
  41. "pipelines": ["UrlVariationPipeline"]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment