ysjdm.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36",
  3. "homeUrl": "https://ysjdm.net/index.php/vod/show/id/20.html",
  4. "homeVodNode": "//div[contains(@class,'cell blockdiff')]",
  5. "homeVodName": "/div/div/a/text()",
  6. "homeVodId": "/a/@href",
  7. "homeVodIdR": "/index.php/vod/detail/id/(\\w+).html",
  8. "homeVodImg": "/a/img/@src",
  9. "homeVodMark": "/a/span/text()",
  10. "cateNode": "//li/a[contains(@href,'class')]",
  11. "cateName": "/text()",
  12. "cateId": "/@href",
  13. "cateIdR": "/index.php/vod/show/(\\S+)/id/20.html",
  14. "cateUrl": "https://ysjdm.net/index.php/vod/show/{cateId}/id/20/page/{catePg}.html",
  15. "cateVodNode": "//div[contains(@class,'cell blockdiff')]",
  16. "cateVodName": "/div/div/a/text()",
  17. "cateVodId": "/a/@href",
  18. "cateVodIdR": "/index.php/vod/detail/id/(\\w+).html",
  19. "cateVodImg": "/a/img/@src",
  20. "cateVodMark": "/a/span/text()",
  21. "dtUrl": "https://ysjdm.net/index.php/vod/detail/id/{vid}.html",
  22. "dtNode": "//div[@id='container']",
  23. "dtName": "//h4[@class='detail_imform_name']/text()",
  24. "dtNameR": "",
  25. "dtImg": "//img[@class='poster']/@src",
  26. "dtImgR": "",
  27. "dtMark": "",
  28. "dtMarkR": "",
  29. "dtActor": "",
  30. "dtDirector": "//li[@class='detail_imform_kv']/span[@class='detail_imform_tag' and contains(text(), '公司')]/following-sibling::*/text()",
  31. "dtCate": "//li[@class='detail_imform_kv']/span[@class='detail_imform_tag' and contains(text(), '类型')]/following-sibling::*/text()",
  32. "dtArea": "//li[@class='detail_imform_kv']/span[@class='detail_imform_tag' and contains(text(), '地区')]/following-sibling::*/text()",
  33. "dtYear": "//li[@class='detail_imform_kv']/span[@class='detail_imform_tag' and contains(text(), '时间')]/following-sibling::*/text()",
  34. "dtDesc": "//div[@class='detail_imform_desc_pre']/p/text()",
  35. "dtFromNode": "//li[@class='on']",
  36. "dtFromName": "/text()",
  37. "dtFromNameR": "",
  38. "dtUrlNode": "//div[@id='vlink_1']/ul",
  39. "dtUrlSubNode": "/li/a",
  40. "dtUrlId": "/@href",
  41. "dtUrlIdR": "/index.php/vod/play/id/(\\S+).html",
  42. "dtUrlName": "/text()",
  43. "dtUrlNameR": "",
  44. "playUrl": "https://ysjdm.net/index.php/vod/play/id/{playUrl}.html",
  45. "playUa": "",
  46. "searchUrl": "https://ysjdm.net/index.php/ajax/suggest?mid=1&wd={wd}&limit=100",
  47. "scVodNode": "json:list",
  48. "scVodName": "name",
  49. "scVodId": "id",
  50. "scVodIdR": "",
  51. "scVodImg": "pic",
  52. "scVodMark": ""
  53. }