sarafg11

Untitled

Dec 31st, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. {
  2. "sitemap_urls":
  3. [
  4. "https://www.dressinn.com/sites/sitemap_productos_1_spa_dressinn.xml",
  5. "https://www.dressinn.com/sites/sitemap_productos_2_spa_dressinn.xml"
  6. ],
  7. "fields": {
  8. "name": "//h1[@class='productName']/text()",
  9. "price": "//p[@id='total_dinamic']/text()",
  10. "price_old": "//span[@id='precio_anterior']/text()",
  11. "reference": "(//meta[@itemprop='sku']/@content)[1]/text()",
  12. "image": "//img[@itemprop='image']/@src",
  13. "description": "//span[@id='desc']/text()",
  14. "brand": "",
  15. "brand_text": "//meta[@itemprop='brand']/@content",
  16. "categories": "(//div[@itemtype='http://data-vocabulary.org/Breadcrumb']//a/span/text())",
  17. "availability": "//form[@id='form_detalle']/div[@class='stock']/p/text()",
  18. "rating_average": "//meta[@itemprop='ratingValue']/@content",
  19. "rating_count": "//meta[@itemprop='ratingCount']/@content",
  20. "barcode": "",
  21. "stock": "//div[@class='stock']/p/text()"
  22. },
  23. "links": {
  24. "detail": "//p[@class='BoxPriceName']/a",
  25. "next_page": ""
  26. },
  27. "regex": {
  28. "price": ["(.*)\\w", 1],
  29. "price_old": ["(.*)\\w", 1]
  30. },
  31. "sitemap_rules": [
  32. ["le-coq-sportif", "parse"]
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment