4kyu.json 3.1 KB

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