everiaclub.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "uuid": "b7d40c9e-8c7a-4e9a-a2cf-22dc1b078db7",
  3. "title": "everia.club",
  4. "type": 1,
  5. "nsfw":true,
  6. "image_only_flag": true,
  7. "multiple_pages_flag": false,
  8. "search_flag": false,
  9. "base_url": "https://everia.club",
  10. "category": [
  11. {
  12. "title": "首页",
  13. "url0": "https://everia.club",
  14. "url1": "https://everia.club/?paged={pg}"
  15. }
  16. ],
  17. "parse": {
  18. "list_node": "//div[@id='content']//article",
  19. "list_date": "",
  20. "list_title": "//h2",
  21. "list_image_id": "//img/@src",
  22. "list_image_regex": "",
  23. "list_image_url": "{id}",
  24. "list_link_id": "//h2/a/@href",
  25. "list_link_url": "{id}",
  26. "chapter_node": "",
  27. "chapter_title": "",
  28. "chapter_link_id": "",
  29. "chapter_link_url": "",
  30. "search_first_page_url": "",
  31. "search_other_page_url": "",
  32. "search_list_node": "",
  33. "search_list_title": "",
  34. "search_list_image_id": "",
  35. "search_list_image_regex": "",
  36. "search_list_image_url": "",
  37. "search_list_link_id": "",
  38. "search_list_link_url": "",
  39. "post_node": "",
  40. "image_replace_flag": false,
  41. "image_replace_target": "",
  42. "image_replace_with": "",
  43. "post_images_node": "//figure[contains(@class, 'wp-block-gallery')]//figure",
  44. "post_images": "//img/@src"
  45. }
  46. }