sarafg11

Untitled

Oct 16th, 2020 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. {
  2. "sitemap_urls" : [
  3. "https://www.farmaciagranyo.com/index.php?option=com_jmap&view=sitemap&format=xml"
  4. ],
  5. "fields" : {
  6. "name" : "//div[contains(@class,'vm-product-details-container')]//h1/text()",
  7. "price" : "//div[contains(@class,'PricesalesPrice')]/span/text()",
  8. "price_old" : "//span[@class='PricebasePriceWithTax']/text()",
  9. "image" : "//a[@data-rel='vm-additional-images']/img/@src",
  10. "description" : "//div[@id='vina-description']",
  11. "reference" : "//div[@class='product-sku']/text()",
  12. "brand" : "",
  13. "brand_text": "//div[@class='manufacturer']/a/text()",
  14. "categories" : "(//div[@id='sp-breadcrumb']//ol/li/a[@class='pathway'])[position()> 1]/text()",
  15. "availability" : "//p[@class='in-stock']/span/text()",
  16. "rating_average": "",
  17. "rating_count": "",
  18. "stock" : "",
  19. "barcode" : "",
  20. "timestamp" : ""
  21. },
  22. "links" : {
  23. "detail" :"//h2[contains(@class,'product-title list')]/a",
  24. "next_page" : "//ul[@class='pagination']//li/a[@title='Siguiente']"
  25. },
  26. "regex": {
  27. "reference": ["(\\d+)", 1]
  28. },
  29. "pipelines": {
  30. "AvailabilityPipeline": {
  31. "forced_false": "¡Producto sin stock!"
  32. }
  33. },
  34. "sitemap_rules": [":\\/\\/(.*)\\/(.*)\\/(.*)\\/(.*)$"]
  35. }
Add Comment
Please, Sign In to add comment