自定义爬虫jar解释 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. api解释:
  2. csp_XPath 普通套娃
  3. csp_XPathMac 直链套娃
  4. csp_XPathFilter 普通套娃带筛选
  5. csp_XPathMacFilter 直链套娃带筛选
  6. csp_XPathEgg 蛋蛋赞自定义套娃
  7. ************************************************************************************************************************
  8. 套娃依赖自定义爬虫jar,同样需要在自定义json中加入相应的配置,type=3, api为csp_XPath,套娃相关规则配置在ext字段中,注意:ext字段值只能是字符串
  9. 为控制配置文件容量,同时支持在ext字段中直接配置规则和拉取规则的网址。 2021.10.21 by 小黄瓜
  10. {
  11. "key": "csp_xpath_94sm",
  12. "name": "94神马(XPath)",
  13. "type": 3,
  14. "api": "csp_XPath",
  15. "searchable": 1,
  16. "quickSearch": 1,
  17. "filterable": 0,
  18. "ext": "https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/94sm.json"
  19. },
  20. {
  21. "key": "csp_xpath_jpys",
  22. "name": "极品影视(XPath)",
  23. "type": 3,
  24. "api": "csp_XPath",
  25. "searchable": 1,
  26. "quickSearch": 1,
  27. "filterable": 0,
  28. "ext": "https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/jpys.json"
  29. },
  30. {
  31. "key": "csp_xpath_age",
  32. "name": "AGE动漫(XPath)",
  33. "type": 3,
  34. "api": "csp_XPath",
  35. "searchable": 1,
  36. "quickSearch": 1,
  37. "filterable": 0,
  38. "ext": "https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/agefans.json"
  39. },
  40. {
  41. "key": "csp_xpath_jpyszl",
  42. "name": "极品直链(XPath)",
  43. "type": 3,
  44. "api": "csp_XPathMac",
  45. "searchable": 1,
  46. "quickSearch": 1,
  47. "filterable": 0,
  48. "ext": "https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/jpys.json"
  49. },
  50. {
  51. "key": "csp_xpath_cjt",
  52. "name": "CJT影视(XPath)",
  53. "type": 3,
  54. "api": "csp_XPathMac",
  55. "searchable": 1,
  56. "quickSearch": 1,
  57. "filterable": 0,
  58. "ext": "https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/cjtys.json"
  59. },
  60. {
  61. "key": "csp_xpath_tvci",
  62. "name": "大师兄(XPath)",
  63. "type": 3,
  64. "api": "csp_XPathFilter",
  65. "searchable": 1,
  66. "quickSearch": 1,
  67. "filterable": 1,
  68. "ext": "https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/tvci.json"
  69. },
  70. {
  71. "key": "csp_xpath_saohuotv",
  72. "name": "骚火电影(XPath)",
  73. "type": 3,
  74. "api": "csp_XPath",
  75. "searchable": 1,
  76. "quickSearch": 1,
  77. "filterable": 0,
  78. "ext": "https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/saohuotv2.json"
  79. },
  80. {
  81. "key": "csp_xpath_dm84",
  82. "name": "动漫巴士(XPath)",
  83. "type": 3,
  84. "api": "csp_XPath",
  85. "searchable": 1,
  86. "quickSearch": 1,
  87. "filterable": 0,
  88. "ext": "https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/dm84.json"
  89. },
  90. {
  91. "key": "csp_xpath_egg",
  92. "name": "蛋蛋影院(XPath)",
  93. "type": 3,
  94. "api": "csp_XPathEgg",
  95. "searchable": 1,
  96. "quickSearch": 1,
  97. "filterable": 0,
  98. "ext": "https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/egg.json"
  99. },
  100. {
  101. "key": "csp_xpath_555",
  102. "name": "555电影(XPath)",
  103. "type": 3,
  104. "api": "csp_XPath",
  105. "searchable": 1,
  106. "quickSearch": 1,
  107. "filterable": 0,
  108. "ext": "https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/555.json"
  109. },
  110. {
  111. "key": "csp_xpath_4kyu",
  112. "name": "一只鱼4K(XPath)",
  113. "type": 3,
  114. "api": "csp_XPath",
  115. "searchable": 1,
  116. "quickSearch": 1,
  117. "filterable": 0,
  118. "ext": "https://cdn.jsdelivr.net/gh/lite-cucumber/CatVodTVSpider@master/xpath/4kyu.json"
  119. },
  120. {
  121. "key": "csp_xpath_miniku",
  122. "name": "Miniku(XPath)",
  123. "type": 3,
  124. "api": "csp_XPath",
  125. "searchable": 1,
  126. "quickSearch": 1,
  127. "filterable": 0,
  128. "ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/CatVodTVSpider@master/xpath/miniku.json"
  129. },
  130. {
  131. "key": "csp_xpath_pianba",
  132. "name": "Pianba(XPath)",
  133. "type": 3,
  134. "api": "csp_XPath",
  135. "searchable": 1,
  136. "quickSearch": 1,
  137. "filterable": 0,
  138. "ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/CatVodTVSpider@master/xpath/pianba.json"
  139. },
  140. {
  141. "key": "csp_xpath_Ole",
  142. "name": "Ole(EXO)",
  143. "type": 3,
  144. "api": "csp_XPath",
  145. "searchable": 1,
  146. "quickSearch": 1,
  147. "filterable": 0,
  148. "ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/CatVodTVSpider@master/xpath/olevod.json"
  149. },
  150. {
  151. "key": "唐人街",
  152. "name": "唐人街(P)",
  153. "type": 3,
  154. "api": "csp_XPathMacFilter",
  155. "searchable": 1,
  156. "quickSearch": 1,
  157. "filterable": 1,
  158. "ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Renjie.json"
  159. },
  160. {
  161. "key": "Gimy",
  162. "name": "Gimy(P)",
  163. "type": 3,
  164. "api": "csp_XPathMacFilter",
  165. "searchable": 1,
  166. "quickSearch": 1,
  167. "filterable": 1,
  168. "ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Gimy.json"
  169. },
  170. {
  171. "key": "Jumi",
  172. "name": "Jumi(P)",
  173. "type": 3,
  174. "api": "csp_XPathMacFilter",
  175. "searchable": 1,
  176. "quickSearch": 1,
  177. "filterable": 1,
  178. "ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Jumi.json"
  179. },
  180. {
  181. "key": "Djx",
  182. "name": "瓜皮TV(P)",
  183. "type": 3,
  184. "api": "csp_XPathFilter",
  185. "searchable": 1,
  186. "quickSearch": 1,
  187. "filterable": 1,
  188. "ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Djx.json"
  189. },
  190. {
  191. "key": "独播库",
  192. "name": "独播库(P)",
  193. "type": 3,
  194. "api": "csp_XPathMacFilter",
  195. "searchable": 1,
  196. "quickSearch": 1,
  197. "filterable": 1,
  198. "ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Duboku.json"
  199. },
  200. {
  201. "key": "Sky4k",
  202. "name": "Sky4k(P)[en]",
  203. "type": 3,
  204. "api": "csp_XPathMacFilter",
  205. "searchable": 1,
  206. "quickSearch": 1,
  207. "filterable": 1,
  208. "ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Sky4k.json"
  209. },
  210. {
  211. "key": "Nfuxs",
  212. "name": "南府(P)",
  213. "type": 3,
  214. "api": "csp_XPathFilter",
  215. "searchable": 1,
  216. "quickSearch": 1,
  217. "filterable": 1,
  218. "ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Nfuxs.json"
  219. },
  220. {
  221. "key": "Aixixi",
  222. "name": "爱西西(P)",
  223. "type": 3,
  224. "api": "csp_XPathFilter",
  225. "searchable": 1,
  226. "quickSearch": 1,
  227. "filterable": 1,
  228. "ext": "https://cdn.jsdelivr.net/gh/Tangsan99999/cat@main/rewrite/xpath/Aixixi.json"
  229. }