egg.json 1.9 KB

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