sarafg11

Untitled

Mar 31st, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://www.alimerkaonline.es/ali-web/index.html#lista-productos#2#320#32020"
  4. ],
  5. "fields": {
  6. "name": "descripcion",
  7. "price": "pvp",
  8. "image": "urlimagen",
  9. "product_id": "codreferencia",
  10. "description": "c411"
  11. },
  12. "api_crawl": {
  13. "crawl_finisher": {
  14. "func_name": "is_content_empty",
  15. "func_args": {
  16. "content_jpath": "listPage"
  17. }
  18. },
  19. "get_next_url": {
  20. "func_name": "increment_url_values_by_constant",
  21. "func_args": {
  22. "regexs_values_to_increase": [
  23. "(familia/\\d+/\\d+/)(\\d+)(/\\d+/9\\?iauthtoken=)",
  24. "(familia/\\d+/\\d+/\\d+/)(\\d+)(/9\\?iauthtoken=)"
  25. ],
  26. "constant": 8
  27. }
  28. },
  29. "url_templates": {
  30. "url_detail": "https://www.alimerkaonline.es/ali-web/index.html#lista-productos#<section_id>#<family_id>#<subfamily_id>#<product_id>",
  31. "url_image": "https://www.alimerkaonline.es/recursos<relative_url>"
  32. },
  33. "url_mapping": {
  34. "method": "alimerka_postal_code_to_url"
  35. }
  36. },
  37. "links": {
  38. "detail": "",
  39. "next_page": ""
  40. },
  41. "list": {
  42. "product": "listPage[*]",
  43. "page": "",
  44. "default_page": 1
  45. },
  46. "preprocess": {
  47. "mode": "before_requests",
  48. "url": "https://www.alimerkaonline.es/ali-ws/acceso/cp/<postal_code>",
  49. "callback": "alimerka_preprocessing",
  50. "payload": {
  51. "redirect": "0"
  52. }
  53. },
  54. "parser_modules": [
  55. "multiple_response_jpath",
  56. "alimerka_multiple_item_jpath"
  57. ]
  58. }
Advertisement
Add Comment
Please, Sign In to add comment