sarafg11

Untitled

Nov 6th, 2020 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "http://farmayoral.es/expectorantes-y-mucoliticos.html",
  4. "http://farmayoral.es/oftalmologicos.html",
  5. "http://farmayoral.es/complejos-vitaminicos-y-minerales.html",
  6. "http://farmayoral.es/antiverrugas.html",
  7. "http://farmayoral.es/antigripales.html",
  8. "http://farmayoral.es/anticongestivos-y-descongestionantes.html",
  9. "http://farmayoral.es/lubricantes.html",
  10. "http://farmayoral.es/antivaricosos.html",
  11. "http://farmayoral.es/laxantes.html",
  12. "http://farmayoral.es/tranquilizantes.html",
  13. "http://farmayoral.es/antitusivos.html",
  14. "http://farmayoral.es/anticatarrales.html",
  15. "http://farmayoral.es/bucofaringeos.html",
  16. "http://farmayoral.es/ginecologicos.html",
  17. "http://farmayoral.es/antiinfecciosos-topicos.html",
  18. "http://farmayoral.es/antihistaminicos.html",
  19. "http://farmayoral.es/antihemorroidales.html",
  20. "http://farmayoral.es/antiinflamatorios.html",
  21. "http://farmayoral.es/anticaida.html",
  22. "http://farmayoral.es/antiacidos.html",
  23. "http://farmayoral.es/antidiarreicos.html",
  24. "http://farmayoral.es/analgesicos.html",
  25. "http://farmayoral.es/antiacneicos.html",
  26. "http://farmayoral.es/dermatologicos.html",
  27. "http://farmayoral.es/antitabaco.html",
  28. "http://farmayoral.es/antiflatulentos.html",
  29. "http://farmayoral.es/antimicoticos-y-antifungicos.html",
  30. "http://farmayoral.es/sistema-circulatorio.html",
  31. "http://farmayoral.es/antisepticos-desinfectantes.html",
  32. "http://farmayoral.es/antianorexicos.html",
  33. "http://farmayoral.es/antiparasitarios-insecticidas-y-repelentes.html",
  34. "http://farmayoral.es/antivirales-topicos.html",
  35. "http://farmayoral.es/anticineticos.html",
  36. "http://farmayoral.es/osteoporosis-osteopenia.html",
  37. "http://farmayoral.es/halitosis-mal-aliento.html",
  38. "http://farmayoral.es/cicatrizantes.html",
  39. "http://farmayoral.es/inmunoestimuladores.html",
  40. "http://farmayoral.es/antiobesidad.html",
  41. "http://farmayoral.es/callicidas.html",
  42. "http://farmayoral.es/otologicos.html"
  43. ],
  44. "fields": {
  45. "name":"//div[@class='product-name']//text()" ,
  46. "price":"//span[@class='price']//text()" ,
  47. "price_old":"" ,
  48. "reference": "",
  49. "image": "//div[contains(@class,'img-box')]/p//@src",
  50. "description": "",
  51. "brand": "",
  52. "brand_text": "",
  53. "categories":"//div[@class='breadcrumbs']/ul/li[position()>1]//text()" ,
  54. "availability":"//p[contains(@class,'availability')]/span//text()" ,
  55. "rating_average":"",
  56. "rating_count": "",
  57. "barcode": "",
  58. "stock": ""
  59. },
  60. "links": {
  61. "detail": "//div[@class='product-image-wrapper']/a",
  62. "next_page": "(//li[@class='next']/a)[last()]"
  63. },
  64. "pipelines": {
  65. "AvailabilityPipeline": {
  66. "forced_false": "Sin existencias",
  67. "forced_true": "En existencias"
  68. }
  69. }
  70. }
Add Comment
Please, Sign In to add comment