4kyu.json 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "author": "zhao xiaoyun",
  3. "ua": "",
  4. "homeUrl": "https://4kyu.cc",
  5. "dcVipFlag": "true",
  6. "pCfgJs": "https://4kyu.cc/static/js/playerconfig.js",
  7. "pCfgJsR": "[\\W|\\S|.]*?MacPlayerConfig.player_list[\\W|\\S|.]*?=([\\W|\\S|.]*?),MacPlayerConfig.downer_list",
  8. "dcShow2Vip": {},
  9. "dcPlayUrl": "true",
  10. "cateNode": "//ul[contains(@class,'myui-header__menu')]/li/a[contains(@href, 'vodtype') and not(contains(@href,'label'))]",
  11. "cateName": "/text()",
  12. "cateId": "/@href",
  13. "cateIdR": "/vodtype/(\\w+).html",
  14. "cateManual": {},
  15. "homeVodNode": "//li[contains(@class, 'col-lg-8')]/div/a[contains(@class,'myui-vodlist__thumb')]",
  16. "homeVodName": "/@title",
  17. "homeVodId": "/@href",
  18. "homeVodIdR": "/voddetail/(\\w+).html",
  19. "homeVodImg": "/@data-original",
  20. "homeVodImgR": "\\S+(http\\S+)",
  21. "cateUrl": "https://4kyu.cc/vodtype/{cateId}-{catePg}.html",
  22. "cateVodNode": "//li[contains(@class, 'col-lg-7')]/div/a[contains(@class,'myui-vodlist__thumb')]",
  23. "cateVodName": "/@title",
  24. "cateVodId": "/@href",
  25. "cateVodIdR": "/voddetail/(\\w+).html",
  26. "cateVodImg": "/@data-original",
  27. "cateVodImgR": "\\S+(http\\S+)",
  28. "dtUrl": "https://4kyu.cc/voddetail/{vid}.html",
  29. "dtNode": "//body",
  30. "dtName": "//div[@class='myui-content__thumb']/a[contains(@class,'myui-vodlist__thumb')]/@title",
  31. "dtNameR": "",
  32. "dtImg": "//div[@class='myui-content__thumb']/a[contains(@class,'myui-vodlist__thumb')]/img/@data-original",
  33. "dtImgR": "\\S+(http\\S+)",
  34. "dtCate": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '分类')]/following-sibling::*/text()",
  35. "dtCateR": "",
  36. "dtArea": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '地区')]/following-sibling::*/text()",
  37. "dtAreaR": "",
  38. "dtYear": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '年份')]/following-sibling::*/text()",
  39. "dtYearR": "",
  40. "dtMark": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '更新')]/following-sibling::*/text()",
  41. "dtMarkR": "",
  42. "dtActor": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '主演')]/following-sibling::*/text()",
  43. "dtActorR": "",
  44. "dtDirector": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '导演')]/following-sibling::*/text()",
  45. "dtDirectorR": "",
  46. "dtDesc": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '简介')]/parent::text()",
  47. "dtDescR": "",
  48. "dtFromNode": "//a[@data-toggle='tab' and contains(@href, 'playlist')]",
  49. "dtFromName": "/text()",
  50. "dtFromNameR": "",
  51. "dtUrlNode": "//div[contains(@class,'tab-content')]/div[contains(@id, 'playlist')]",
  52. "dtUrlSubNode": "//li/a",
  53. "dtUrlId": "@href",
  54. "dtUrlIdR": "/vodplay/(\\S+).html",
  55. "dtUrlName": "/text()",
  56. "dtUrlNameR": "",
  57. "playUrl": "https://4kyu.cc/vodplay/{playUrl}.html",
  58. "playUa": "",
  59. "searchUrl": "https://4kyu.cc/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
  60. "scVodNode": "json:list",
  61. "scVodName": "name",
  62. "scVodId": "id",
  63. "scVodIdR": "",
  64. "scVodImg": "pic",
  65. "scVodMark": ""
  66. }