ttsp.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. {
  2. "author":"takagen99",
  3. "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1",
  4. "homeUrl": "https://www.ttsp.tv/",
  5. "cateManual": {
  6. "电影": "1",
  7. "剧集": "2",
  8. "综艺": "3",
  9. "动漫": "4",
  10. "??": "61"
  11. },
  12. // Home Summary =====================================================
  13. "homeVodNode": "//ul[@class='vodlist vodlist_wi clearfix']/li",
  14. "homeVodName": "/a/@title",
  15. "homeVodId": "/a/@href",
  16. "homeVodIdR": "/voddetail/(\\w+)",
  17. "homeVodImg": "/a/@data-original",
  18. "homeVodMark": "/a/span[3]/text()",
  19. // Category Summary =================================================
  20. "cateUrl": "https://www.ttsp.tv/vodshow/{cateId}-{area}-------{catePg}---{year}.html",
  21. "cateVodNode": "//li[contains(@class,'vodlist_item')]",
  22. "cateVodName": "/a/@title",
  23. "cateVodId": "/a/@href",
  24. "cateVodIdR": "/voddetail/(\\w+).html",
  25. "cateVodImg": "/a/@data-original",
  26. "cateVodMark": "/a/span[2]/text()",
  27. // Category Details =================================================
  28. "dtUrl": "https://www.ttsp.tv/voddetail/{vid}.html",
  29. "dtNode": "//div[contains(@class,'detail_list_box')]",
  30. "dtName": "//a[contains(@class,'vodlist_thumb')]/@title",
  31. "dtImg": "//a[contains(@class,'vodlist_thumb')]/@data-original",
  32. "dtCate": "//div[contains(@class,'content_detail content_min fl')]/ul/li[1]/a[3]/text()",
  33. "dtYear": "//div[contains(@class,'content_detail content_min fl')]/ul/li[1]/a[1]/text()",
  34. "dtArea": "//div[contains(@class,'content_detail content_min fl')]/ul/li[1]/a[2]/text()",
  35. "dtActor": "//div[contains(@class,'content_detail content_min fl')]/ul/li[4]/a[1]/text()",
  36. "dtMark": "//div[@class='stui-content__detail']/p[4]/text()",
  37. "dtDirector": "//div[contains(@class,'content_detail content_min fl')]/ul/li[5]/a[1]/text()",
  38. "dtDesc": "//div[contains(@class,'content_detail content_min fl')]/ul/li[6]",
  39. // Playlist =========================================================
  40. "dtFromNode": "//div[contains(@class,'play_source_tab')]/a",
  41. "dtFromName": "/@alt",
  42. "dtFromNameR": "(.+) \\(\\S+",
  43. "dtUrlNode": "//div[contains(@class,'playlist_notfull')]/ul", // number must match
  44. "dtUrlSubNode": "/li/a",
  45. "dtUrlId": "/@href",
  46. "dtUrlIdR": "/vodplay/(\\S+).html",
  47. "dtUrlName": "/text()",
  48. "playUrl": "https://www.ttsp.tv/vodplay/{playUrl}.html",
  49. "playUa": "",
  50. // Search Results ===================================================
  51. "searchUrl": "https://www.ttsp.tv/vodsearch/-------------.html?wd={wd}&submit=",
  52. "scVodNode": "//div[@class='searchlist_img']",
  53. "scVodName": "/a/@title",
  54. "scVodId": "/a/@href",
  55. "scVodIdR": "/voddetail/(\\w+).html",
  56. "scVodImg": "/a/@data-original",
  57. "scVodMark": "/a/span[2]/text()",
  58. // Filters ==========================================================
  59. "filter": {
  60. "1": [
  61. {
  62. "key": "area",
  63. "name": "地区",
  64. "value": [
  65. {"n": "全部","v": ""},
  66. {"n": "大陆","v": "大陆"},
  67. {"n": "香港","v": "香港"},
  68. {"n": "台湾","v": "台湾"},
  69. {"n": "美国","v": "美国"},
  70. {"n": "英国","v": "英国"},
  71. {"n": "日本","v": "日本"},
  72. {"n": "韩国","v": "韩国"},
  73. {"n": "泰国","v": "泰国"},
  74. {"n": "印度","v": "印度"},
  75. {"n": "其他","v": "其他"}
  76. ]
  77. },
  78. {
  79. "key": "year",
  80. "name": "年份",
  81. "value": [
  82. {"n": "全部","v": ""},
  83. {"n": "2022","v": "2022"},
  84. {"n": "2021","v": "2021"},
  85. {"n": "2020","v": "2020"},
  86. {"n": "2019","v": "2019"},
  87. {"n": "2018","v": "2018"},
  88. {"n": "2017","v": "2017"},
  89. {"n": "2016","v": "2016"},
  90. {"n": "2015","v": "2015"},
  91. {"n": "2014","v": "2014"},
  92. {"n": "2013","v": "2013"},
  93. {"n": "2012","v": "2012"},
  94. {"n": "2011","v": "2011"},
  95. {"n": "2010","v": "2010"},
  96. {"n": "2009","v": "2009"},
  97. {"n": "2008","v": "2008"},
  98. {"n": "2007","v": "2007"},
  99. {"n": "2006","v": "2006"},
  100. {"n": "2005","v": "2005"},
  101. {"n": "2004","v": "2004"}
  102. ]
  103. }
  104. ],
  105. "2": [
  106. {
  107. "key": "area",
  108. "name": "地区",
  109. "value": [
  110. {"n": "全部","v": ""},
  111. {"n": "大陆","v": "内地"},
  112. {"n": "香港","v": "香港"},
  113. {"n": "台湾","v": "台湾"},
  114. {"n": "美国","v": "美国"},
  115. {"n": "英国","v": "英国"},
  116. {"n": "日本","v": "日本"},
  117. {"n": "韩国","v": "韩国"},
  118. {"n": "泰国","v": "泰国"},
  119. {"n": "新加坡","v": "新加坡"},
  120. {"n": "其他","v": "其他"}
  121. ]
  122. },
  123. {
  124. "key": "year",
  125. "name": "年份",
  126. "value": [
  127. {"n": "全部","v": ""},
  128. {"n": "2022","v": "2022"},
  129. {"n": "2021","v": "2021"},
  130. {"n": "2020","v": "2020"},
  131. {"n": "2019","v": "2019"},
  132. {"n": "2018","v": "2018"},
  133. {"n": "2017","v": "2017"},
  134. {"n": "2016","v": "2016"},
  135. {"n": "2015","v": "2015"},
  136. {"n": "2014","v": "2014"},
  137. {"n": "2013","v": "2013"},
  138. {"n": "2012","v": "2012"},
  139. {"n": "2011","v": "2011"}
  140. ]
  141. }
  142. ],
  143. "3": [
  144. {
  145. "key": "area",
  146. "name": "地区",
  147. "value": [
  148. {"n": "全部","v": ""},
  149. {"n": "大陆","v": "内地"},
  150. {"n": "港台","v": "港台"},
  151. {"n": "日韩","v": "日韩"},
  152. {"n": "欧美","v": "欧美"}
  153. ]
  154. },
  155. {
  156. "key": "year",
  157. "name": "年份",
  158. "value": [
  159. {"n": "全部","v": ""},
  160. {"n": "2022","v": "2022"},
  161. {"n": "2021","v": "2021"},
  162. {"n": "2020","v": "2020"},
  163. {"n": "2019","v": "2019"},
  164. {"n": "2018","v": "2018"},
  165. {"n": "2017","v": "2017"},
  166. {"n": "2016","v": "2016"},
  167. {"n": "2015","v": "2015"},
  168. {"n": "2014","v": "2014"},
  169. {"n": "2013","v": "2013"},
  170. {"n": "2012","v": "2012"},
  171. {"n": "2011","v": "2011"}
  172. ]
  173. }
  174. ],
  175. "4": [
  176. {
  177. "key": "area",
  178. "name": "地区",
  179. "value": [
  180. {"n": "全部","v": ""},
  181. {"n": "大陆","v": "国产"},
  182. {"n": "日本","v": "日本"},
  183. {"n": "欧美","v": "欧美"},
  184. {"n": "其他","v": "其他"}
  185. ]
  186. },
  187. {
  188. "key": "year",
  189. "name": "年份",
  190. "value": [
  191. {"n": "全部","v": ""},
  192. {"n": "2022","v": "2022"},
  193. {"n": "2021","v": "2021"},
  194. {"n": "2020","v": "2020"},
  195. {"n": "2019","v": "2019"},
  196. {"n": "2018","v": "2018"},
  197. {"n": "2017","v": "2017"},
  198. {"n": "2016","v": "2016"},
  199. {"n": "2015","v": "2015"},
  200. {"n": "2014","v": "2014"},
  201. {"n": "2013","v": "2013"},
  202. {"n": "2012","v": "2012"},
  203. {"n": "2011","v": "2011"}
  204. ]
  205. }
  206. ]
  207. }
  208. }