zm.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "author":"",
  3. "ua": "",
  4. "homeUrl": "https://zjmiao.com/",
  5. "dcVipFlag": "true",
  6. "dcPlayUrl": "true",
  7. "dcShow2Vip": {},
  8. "pCfgJs": "https://zjmiao.com/static/js/playerconfig.js",
  9. "pCfgJsR": "[\\W|\\S|.]*?MacPlayerConfig.player_list[\\W|\\S|.]*?=([\\W|\\S|.]*?),MacPlayerConfig.downer_list",
  10. "cateManual": {
  11. "电影": "1",
  12. "连续剧": "13",
  13. "动漫": "3",
  14. "综艺": "39"
  15. },
  16. // Category Details ================================================
  17. "dtUrl": "https://zjmiao.com/index.php/vod/detail/id/{vid}.html",
  18. "dtNode": "//body",
  19. "dtName": "//div[@class='s-top-right']/div[@class='s-top-info-title cf wow fadeInDownBig']/h1/text()",
  20. "dtNameR": "",
  21. "dtImg": "//div[@class='l wow fadeInLeft']/div[@class='s-cover box']/a/img/@src",
  22. "dtImgR": "\\S+(http\\S+)",
  23. "dtCate": "//div[@class='s-top-info-detail cf fyy wow lightSpeedIn']/p[@class='item item-director']/span[contains(text(), '类型:')]/following-sibling::a/text()",
  24. "dtYear": "//div[@class='s-top-info-detail cf fyy wow lightSpeedIn']/p[@class='item item-actor']/span[contains(text(), '年代:')]/following-sibling::a/text()",
  25. "dtArea": "//div[@class='s-top-info-detail cf fyy wow lightSpeedIn']/p[@class='item']/span[contains(text(), '地区:')]/following-sibling::a/text()",
  26. "dtActor": "//div[@class='s-top-info-detail cf fyy wow lightSpeedIn']/p[@class='item-desc js-open-wrap hidden'][1]/a/text()",
  27. "dtDirector": "//div[@class='s-top-info-detail cf fyy wow lightSpeedIn']/p[@class='item-desc js-open-wrap hidden'][2]/a/text()",
  28. "dtDesc": "//div[@class='desc_txt cf ec-palytcji cor3']/span/text()",
  29. // Playlist ========================================================
  30. "dtFromNode": "//div[@class='play_source_tab b-t swiper-container1']/div[@class='cf swiper-wrapper']/a",
  31. "dtFromName": "/text()",
  32. "dtUrlNode": "//div[@class='playlist_notfull']/ul",
  33. "dtUrlSubNode": "/li/a",
  34. "dtUrlId": "/@href",
  35. "dtUrlIdR": "/(\\S+).html",
  36. "dtUrlName": "/text()",
  37. "dtUrlNameR": "",
  38. "playUrl": "https://zjmiao.com/{playUrl}.html",
  39. "playUa": "",
  40. // Search Results ==================================================
  41. "searchUrl": "https://zjmiao.com/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
  42. "scVodNode": "json:list",
  43. "scVodName": "name",
  44. "scVodId": "id",
  45. "scVodIdR": "",
  46. "scVodImg": "pic",
  47. "scVodMark": ""
  48. }