Advertisement
Damonwei

tv7box

Dec 4th, 2022 (edited)
1,052
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.79 KB | None | 0 0
  1. {
  2. "ua": "Dwei-1203",
  3. "homeUrl": "http://www.tv7box.com",
  4. "cateNode": "//nav[@role='navigation']/p/a[contains(@href, 'id') and not(contains(@href, '6'))]",
  5. "cateName":"/text()",
  6. "cateId":"/@href",
  7. "cateIdR":"list-read-id-(\\d+).html",
  8. "cateManual":{
  9.     "国产剧": "/list-select-id-2-type--area-%E5%86%85%E5%9C%B0-year--star--state--order-addtime.html",
  10.     "港剧": "/list-select-id-2-type--area-%E9%A6%99%E6%B8%AF-year--star--state--order-addtime.html",
  11.     "台剧": "/list-select-id-2-type--area-%E5%8F%B0%E6%B9%BE-year--star--state--order-addtime.html",
  12.     "韩剧": "/list-select-id-2-type--area-%E9%9F%A9%E5%9B%BD-year--star--state--order-addtime.html",
  13.     "日剧": "/list-select-id-2-type--area-%E6%97%A5%E6%9C%AC-year--star--state--order-addtime.html",
  14.     "美剧": "/list-select-id-2-type--area-%E7%BE%8E%E5%9B%BD-year--star--state--order-addtime.html",
  15.     "电视剧": "2",
  16.     "电影": "1",
  17.     "动漫": "3",
  18.     "综艺": "4"
  19. },
  20. "homeVodNode":"//div[@class='v_pic']",
  21. "homeVodName": "/img/@alt",
  22. "homeVodId": "/a/@href",
  23. "homeVodIdR":"/vod-read-id-(\\w+).html",
  24. "homeVodImg":"/img/@data-src",
  25. "homeVodMark":"/span/em/text()",
  26. "cateUrl":"http://www.tv7box.com/list-select-id-{cateId}-type--area--year--star--state--order-addtime-p-{catePg}.html",
  27. "cateVodNode":"//div[@class='v_pic']",
  28. "cateVodName":"/img/@alt",
  29. "cateVodId":"/a/@href",
  30. "cateVodIdR":"/vod-read-id-(\\w+).html",
  31. "cateVodImg":"/img/@data-src",
  32. "cateVodMark":"/span/em/text()",
  33. "dtUrl":"http://www.tv7box.com/vod-read-id-{vid}.html",
  34. "dtNode": "//body",
  35. "dtName":"//h1/text()",
  36. "dtNameR": "",
  37. "dtImg":"//div[@class='poster_placeholder']/div/img/@data-src",
  38. "dtCate": "concat(//em[contains(text(),'类型')]/following-sibling::*//text())",
  39. "dtCateR": "",
  40. "dtYear": "[substring-before(//em[contains(text(),'年代')]/following-sibling::*//text(),'类型')]",
  41. "dtYearR": "",
  42. "dtArea": "",
  43. "dtAreaR": "",
  44. "dtMark": "",
  45. "dtMarkR": "",
  46. "dtDirector": "[substring-before(//em[contains(text(),'导演')]/following-sibling::*//text(),'年代')]",
  47. "dtDirectorR": "",
  48. "dtActor": "concat(//em[contains(text(),'主演')]/following-sibling::*//text())",
  49. "dtActorR": "",
  50. "dtDesc": "//em[contains(text(),'简介')]/following-sibling::*//text()",
  51. "dtDescR": "",
  52. "dtFromNode":"//ul[contains(@class,'play_source_tab')]/li/a",
  53. "dtFromName":"/text()",
  54. "dtUrlNode":"//div[@class='v_con_box']/ul",
  55. "dtUrlSubNode":"/li/a",
  56. "dtUrlId":"@href",
  57. "dtUrlIdR":"",
  58. "dtUrlName":"/em/text()",
  59. "dtUrlNameR":"",
  60. "playUrl":"http://www.tv7box.com{playUrl}",
  61. "playUa":"",
  62. "searchUrl":"http://www.tv7box.com/index.php?s=vod-search-name-{wd}&limit=10",
  63. //"searchUrl":"http://www.tv7box.com/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
  64. "scVodNode":"json:list",
  65. "scVodName":"name",
  66. "scVodId":"id",
  67. "scVodIdR":"",
  68. "scVodImg":"pic",
  69. "scVodMark":""
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement