jpys.json 3.1 KB

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