egg.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "ua": "",
  3. "homeUrl": "https://www.dandanzan.cc",
  4. "decodeTk": "填上猫大解密接口的口令,注意保密",
  5. "cateNode": "//div[@class='nav']/ul/li/a[@href!='/']",
  6. "cateName": "/text()",
  7. "cateId": "/@href",
  8. "cateIdR": "/(\\S+)/",
  9. "cateManual": {},
  10. "homeVodNode": "//div[contains(@class,'lists-thumb-top') and @id='slider']//div[@class='lists-content']/ul/li",
  11. "homeVodName": "/h2/a/text()",
  12. "homeVodId": "/h2/a/@href",
  13. "homeVodIdR": "/(\\S+).html",
  14. "homeVodImg": "/a/img/@src",
  15. "homeVodMark": "/a/div[@class='note']/span/text()",
  16. "cateUrl": "https://www.dandanzan.cc/{cateId}/",
  17. "cateVodNode": "//div[@class='lists-content']/ul/li",
  18. "cateVodName": "/h2/a/text()",
  19. "cateVodId": "/h2/a/@href",
  20. "cateVodIdR": "/(\\S+).html",
  21. "cateVodImg": "/a/img/@src",
  22. "cateVodMark": "/a/div[@class='note']/span/text()",
  23. "dtUrl": "http://www.dandanzan.cc/{vid}.html",
  24. "dtNode": "//header[@class='product-header']",
  25. "dtName": "//h1[contains(@class,'product-title')]/text()",
  26. "dtImg": "/img[1]/@src",
  27. "dtCate": "/div[@class='product-excerpt' and contains(text(),'类型')]/span/a/text()",
  28. "dtYear": "//h1[contains(@class,'product-title')]/span[1]/text()",
  29. "dtYearR": "\\((\\S+)\\)",
  30. "dtArea": "/div[@class='product-excerpt' and contains(text(),'地区')]/span/a/text()",
  31. "dtActor": "/div[@class='product-excerpt' and contains(text(),'主演')]/span/a/text()",
  32. "dtDirector": "/div[@class='product-excerpt' and contains(text(),'导演')]/span/a/text()",
  33. "dtDesc": "/div[@class='product-excerpt' and contains(text(),'剧情简介')]/span/text()",
  34. "dtFromNode": "/nil",
  35. "dtUrlNode": "/nil",
  36. "playUrl": "https://www.dandanzan.cc/url.php",
  37. "searchUrl": "https://www.dandanzan.cc/so/{wd}-{wd}--.html",
  38. "scVodNode": "//div[@class='lists-content']/ul/li",
  39. "scVodName": "/h2/a/text()",
  40. "scVodId": "/h2/a/@href",
  41. "scVodIdR": "/(\\S+).html",
  42. "scVodImg": "/a/img/@src",
  43. "scVodMark": "/a/div[@class='note']/span/text()"
  44. }