Cgtt.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "uuid": "b7d40c9e-8c7a-4e9a-a2cf-22dc1b078db7",
  3. "title": "吃瓜天堂",
  4. "type": 0,
  5. "nsfw":false,
  6. "image_only_flag": false,
  7. "multiple_pages_flag": false,
  8. "search_flag": false,
  9. "base_url": "https://cgtt.me",
  10. "category": [
  11. {
  12. "title": "首页",
  13. "url0": "https://cgtt.me",
  14. "url1": "https://cgtt.me/page/{pg}/"
  15. }
  16. ],
  17. "parse": {
  18. "list_node": "//div[@id='index']//article",
  19. "list_date": "//span[@itemprop='datePublished']",
  20. "list_title": "//h2",
  21. "list_image_id": "",
  22. "list_image_regex": "",
  23. "list_image_url": "",
  24. "list_link_id": "//a/@href",
  25. "list_link_url": "https://cgtt.me{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": "//div[@class='post-content']",
  40. "image_replace_flag": false,
  41. "image_replace_target": "",
  42. "image_replace_with": "",
  43. "post_images_node": "",
  44. "post_images": ""
  45. }
  46. }