ysgc.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. {
  2. "ua": "",
  3. "homeUrl": "https://www.ysgc.cc",
  4. "cateNode": "//ul[contains(@class,'myui-header__menu nav-menu')]/li[contains(@class, 'dropdown-hover')]//div/ul/li/a[contains(@href, 'vodtype') and not(contains(@href,'label'))]",
  5. "cateName": "/text()",
  6. "cateId": "/@href",
  7. "cateIdR": "/vodtype/(\\w+).html",
  8. "cateManual": {
  9. "电影": "1",
  10. "国产剧": "13",
  11. "港台剧": "14",
  12. "欧美剧": "16",
  13. "日韩剧": "15",
  14. "综艺": "3",
  15. "日漫": "26",
  16. "国漫": "27",
  17. "动漫": "4"
  18. },
  19. // Home Summary ====================================================
  20. "homeVodNode": "//div[contains(@class, 'padding-0')]//ul[contains(@class,'myui-vodlist')]/li//a[contains(@class,'myui-vodlist__thumb')]",
  21. "homeVodName": "/@title",
  22. "homeVodId": "/@href",
  23. "homeVodIdR": "/voddetail/(\\w+).html",
  24. "homeVodImg": "/@data-original",
  25. "homeVodImgR": "\\S+(http\\S+)",
  26. "homeVodMark": "/span[contains(@class,'pic-text')]/text()",
  27. // Category Summary ================================================
  28. "cateUrl": "https://www.ysgc.cc/vodshow/{cateId}-{area}--{type}-----{catePg}---{year}.html",
  29. // "cateUrl": "https://www.ysgc.cc/vodshow/{cateId}--------{catePg}---2022.html",
  30. "cateVodNode": "//ul[contains(@class,'myui-vodlist')]//li//a[contains(@class,'myui-vodlist__thumb')]",
  31. "cateVodName": "/@title",
  32. "cateVodId": "/@href",
  33. "cateVodIdR": "/voddetail/(\\w+).html",
  34. "cateVodImg": "/@data-original",
  35. "cateVodImgR": "\\S+(http\\S+)",
  36. "cateVodMark": "/span[contains(@class,'pic-text')]/text()",
  37. // Category Details ================================================
  38. "dtUrl": "https://www.ysgc.cc/voddetail/{vid}.html",
  39. "dtNode": "//div[contains(@class,'col-lg-wide-75')]",
  40. "dtName": "//div[@class='myui-content__thumb']/a[contains(@class,'myui-vodlist__thumb')]/@title",
  41. "dtNameR": "",
  42. "dtImg": "//div[@class='myui-content__thumb']/a[contains(@class,'myui-vodlist__thumb')]/img/@data-original",
  43. "dtImgR": "\\S+(http\\S+)",
  44. "dtCate": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '分类')]/following-sibling::*/text()",
  45. "dtCateR": "",
  46. "dtYear": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '年份')]/following-sibling::*/text()",
  47. "dtYearR": "",
  48. "dtArea": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '地区')]/following-sibling::*/text()",
  49. "dtAreaR": "",
  50. "dtMark": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '更新')]/following-sibling::*/text()",
  51. "dtMarkR": "",
  52. "dtActor": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '主演')]/following-sibling::*/text()",
  53. "dtActorR": "",
  54. "dtDirector": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '导演')]/following-sibling::*/text()",
  55. "dtDirectorR": "",
  56. "dtDesc": "//div[@class='myui-content__detail']//span[contains(@class,'text-muted') and contains(text(), '简介')]/parent::text()",
  57. "dtDescR": "",
  58. // Playlist ========================================================
  59. "dtFromNode": "//a[@data-toggle='tab' and contains(@href, 'playlist')]",
  60. "dtFromName": "/text()",
  61. "dtFromNameR": "",
  62. "dtUrlNode": "//div[contains(@class,'tab-content')]/div[contains(@id, 'playlist')]",
  63. "dtUrlSubNode": "//li/a",
  64. "dtUrlId": "/@href",
  65. "dtUrlIdR": "/vodplay/(\\S+).html",
  66. "dtUrlName": "/text()",
  67. "dtUrlNameR": "",
  68. "playUrl": "https://www.ysgc.cc/vodplay/{playUrl}.html",
  69. "playUa": "",
  70. // Search Results ==================================================
  71. "searchUrl": "https://www.ysgc.cc/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
  72. "scVodNode": "json:list",
  73. "scVodName": "name",
  74. "scVodId": "id",
  75. "scVodIdR": "",
  76. "scVodImg": "pic",
  77. "scVodMark": "",
  78. // Filters =======================================================
  79. "filter": {
  80. "1": [ // 电影
  81. {
  82. "key": "type",
  83. "name": "类型",
  84. "value": [
  85. {"n": "全部","v": ""},
  86. {"n": "动作","v": "动作"},
  87. {"n": "科幻","v": "科幻"},
  88. {"n": "喜剧","v": "喜剧"},
  89. {"n": "爱情","v": "爱情"},
  90. {"n": "恐怖","v": "恐怖"},
  91. {"n": "动画","v": "动画"}
  92. ]
  93. },
  94. {
  95. "key": "area",
  96. "name": "地区",
  97. "value": [
  98. {"n": "全部","v": ""},
  99. {"n": "大陆","v": "大陆"},
  100. {"n": "香港","v": "香港"},
  101. {"n": "台湾","v": "台湾"},
  102. {"n": "美国","v": "美国"},
  103. {"n": "英国","v": "英国"},
  104. {"n": "日本","v": "日本"},
  105. {"n": "韩国","v": "韩国"},
  106. {"n": "泰国","v": "泰国"},
  107. {"n": "其他","v": "其他"}
  108. ]
  109. },
  110. {
  111. "key": "year",
  112. "name": "年份",
  113. "value": [
  114. {"n": "全部","v": ""},
  115. {"n": "2022","v": "2022"},
  116. {"n": "2021","v": "2021"},
  117. {"n": "2020","v": "2020"},
  118. {"n": "2019","v": "2019"},
  119. {"n": "2018","v": "2018"},
  120. {"n": "2017","v": "2017"},
  121. {"n": "2016","v": "2016"},
  122. {"n": "2015","v": "2015"},
  123. {"n": "2014","v": "2014"},
  124. {"n": "2013","v": "2013"},
  125. {"n": "2012","v": "2012"},
  126. {"n": "2011","v": "2011"},
  127. {"n": "2010","v": "2010"}
  128. ]
  129. }
  130. ],
  131. "13": [ // 国产剧
  132. {
  133. "key": "year",
  134. "name": "年份",
  135. "value": [
  136. {"n": "全部","v": ""},
  137. {"n": "2022","v": "2022"},
  138. {"n": "2021","v": "2021"},
  139. {"n": "2020","v": "2020"},
  140. {"n": "2019","v": "2019"},
  141. {"n": "2018","v": "2018"},
  142. {"n": "2017","v": "2017"},
  143. {"n": "2016","v": "2016"},
  144. {"n": "2015","v": "2015"},
  145. {"n": "2014","v": "2014"},
  146. {"n": "2013","v": "2013"},
  147. {"n": "2012","v": "2012"},
  148. {"n": "2011","v": "2011"},
  149. {"n": "2010","v": "2010"}
  150. ]
  151. }
  152. ],
  153. "14": [ // 港台剧
  154. {
  155. "key": "year",
  156. "name": "年份",
  157. "value": [
  158. {"n": "全部","v": ""},
  159. {"n": "2022","v": "2022"},
  160. {"n": "2021","v": "2021"},
  161. {"n": "2020","v": "2020"},
  162. {"n": "2019","v": "2019"},
  163. {"n": "2018","v": "2018"},
  164. {"n": "2017","v": "2017"},
  165. {"n": "2016","v": "2016"},
  166. {"n": "2015","v": "2015"},
  167. {"n": "2014","v": "2014"},
  168. {"n": "2013","v": "2013"},
  169. {"n": "2012","v": "2012"},
  170. {"n": "2011","v": "2011"},
  171. {"n": "2010","v": "2010"}
  172. ]
  173. }
  174. ],
  175. "15": [ // 日韩剧
  176. {
  177. "key": "area",
  178. "name": "地区",
  179. "value": [
  180. {"n": "全部","v": ""},
  181. {"n": "日本","v": "日本"},
  182. {"n": "韩国","v": "韩国"}
  183. ]
  184. },
  185. {
  186. "key": "year",
  187. "name": "年份",
  188. "value": [
  189. {"n": "全部","v": ""},
  190. {"n": "2022","v": "2022"},
  191. {"n": "2021","v": "2021"},
  192. {"n": "2020","v": "2020"},
  193. {"n": "2019","v": "2019"},
  194. {"n": "2018","v": "2018"},
  195. {"n": "2017","v": "2017"},
  196. {"n": "2016","v": "2016"},
  197. {"n": "2015","v": "2015"},
  198. {"n": "2014","v": "2014"},
  199. {"n": "2013","v": "2013"},
  200. {"n": "2012","v": "2012"},
  201. {"n": "2011","v": "2011"},
  202. {"n": "2010","v": "2010"}
  203. ]
  204. }
  205. ],
  206. "16": [ // 欧美剧
  207. {
  208. "key": "year",
  209. "name": "年份",
  210. "value": [
  211. {"n": "全部","v": ""},
  212. {"n": "2022","v": "2022"},
  213. {"n": "2021","v": "2021"},
  214. {"n": "2020","v": "2020"},
  215. {"n": "2019","v": "2019"},
  216. {"n": "2018","v": "2018"},
  217. {"n": "2017","v": "2017"},
  218. {"n": "2016","v": "2016"},
  219. {"n": "2015","v": "2015"},
  220. {"n": "2014","v": "2014"},
  221. {"n": "2013","v": "2013"},
  222. {"n": "2012","v": "2012"},
  223. {"n": "2011","v": "2011"},
  224. {"n": "2010","v": "2010"}
  225. ]
  226. }
  227. ],
  228. "26": [ // 日漫
  229. {
  230. "key": "year",
  231. "name": "年份",
  232. "value": [
  233. {"n": "全部","v": ""},
  234. {"n": "2022","v": "2022"},
  235. {"n": "2021","v": "2021"},
  236. {"n": "2020","v": "2020"},
  237. {"n": "2019","v": "2019"},
  238. {"n": "2018","v": "2018"},
  239. {"n": "2017","v": "2017"},
  240. {"n": "2016","v": "2016"},
  241. {"n": "2015","v": "2015"},
  242. {"n": "2014","v": "2014"},
  243. {"n": "2013","v": "2013"},
  244. {"n": "2012","v": "2012"},
  245. {"n": "2011","v": "2011"},
  246. {"n": "2010","v": "2010"}
  247. ]
  248. }
  249. ],
  250. "27": [ // 国漫
  251. {
  252. "key": "year",
  253. "name": "年份",
  254. "value": [
  255. {"n": "全部","v": ""},
  256. {"n": "2022","v": "2022"},
  257. {"n": "2021","v": "2021"},
  258. {"n": "2020","v": "2020"},
  259. {"n": "2019","v": "2019"},
  260. {"n": "2018","v": "2018"},
  261. {"n": "2017","v": "2017"},
  262. {"n": "2016","v": "2016"},
  263. {"n": "2015","v": "2015"},
  264. {"n": "2014","v": "2014"},
  265. {"n": "2013","v": "2013"},
  266. {"n": "2012","v": "2012"},
  267. {"n": "2011","v": "2011"},
  268. {"n": "2010","v": "2010"}
  269. ]
  270. }
  271. ],
  272. "3": [ // 综艺
  273. {
  274. "key": "area",
  275. "name": "地区",
  276. "value": [
  277. {"n": "全部","v": ""},
  278. {"n": "内地","v": "内地"},
  279. {"n": "港台","v": "港台"},
  280. {"n": "日韩","v": "日韩"},
  281. {"n": "欧美","v": "欧美"}
  282. ]
  283. },
  284. {
  285. "key": "year",
  286. "name": "年份",
  287. "value": [
  288. {"n": "全部","v": ""},
  289. {"n": "2022","v": "2022"},
  290. {"n": "2021","v": "2021"},
  291. {"n": "2020","v": "2020"},
  292. {"n": "2019","v": "2019"},
  293. {"n": "2018","v": "2018"},
  294. {"n": "2017","v": "2017"},
  295. {"n": "2016","v": "2016"},
  296. {"n": "2015","v": "2015"},
  297. {"n": "2014","v": "2014"},
  298. {"n": "2013","v": "2013"},
  299. {"n": "2012","v": "2012"},
  300. {"n": "2011","v": "2011"},
  301. {"n": "2010","v": "2010"}
  302. ]
  303. }
  304. ],
  305. "4": [ // 动漫
  306. {
  307. "key": "area",
  308. "name": "地区",
  309. "value": [
  310. {"n": "全部","v": ""},
  311. {"n": "国产","v": "国产"},
  312. {"n": "日本","v": "日本"},
  313. {"n": "欧美","v": "欧美"},
  314. {"n": "其他","v": "其他"}
  315. ]
  316. },
  317. {
  318. "key": "year",
  319. "name": "年份",
  320. "value": [
  321. {"n": "全部","v": ""},
  322. {"n": "2022","v": "2022"},
  323. {"n": "2021","v": "2021"},
  324. {"n": "2020","v": "2020"},
  325. {"n": "2019","v": "2019"},
  326. {"n": "2018","v": "2018"},
  327. {"n": "2017","v": "2017"},
  328. {"n": "2016","v": "2016"},
  329. {"n": "2015","v": "2015"},
  330. {"n": "2014","v": "2014"},
  331. {"n": "2013","v": "2013"},
  332. {"n": "2012","v": "2012"},
  333. {"n": "2011","v": "2011"},
  334. {"n": "2010","v": "2010"}
  335. ]
  336. }
  337. ]
  338. }
  339. }