144 lines
2.5 KiB
Markdown
144 lines
2.5 KiB
Markdown
## 共享包
|
||
|
||
### 这里的jar包由群友玩家共享的爬虫代码生成,不定期更新jar包和配置
|
||
|
||
### **注意:由于防火墙的问题,你可能无法直接使用这里的jar包,请自己想办法解决**
|
||
|
||
```json
|
||
|
||
"spider": "https://github.com/catvod/CatVodTVSpider/blob/master/jar/custom_spider.jar?raw=true",
|
||
|
||
国内镜像
|
||
|
||
"spider": "https://litecucumber.coding.net/p/cat/d/config/git/raw/master/custom_spider.txt",
|
||
|
||
......
|
||
"sites": [
|
||
......
|
||
{
|
||
"key": "csp_Aidi",
|
||
"name": "爱迪",
|
||
"type": 3,
|
||
"api": "csp_Aidi",
|
||
"searchable": 1,
|
||
"quickSearch": 0,
|
||
"filterable": 1
|
||
},
|
||
{
|
||
"key": "csp_Enlienli",
|
||
"name": "嗯哩嗯哩",
|
||
"type": 3,
|
||
"api": "csp_Enlienli",
|
||
"searchable": 1,
|
||
"quickSearch": 0,
|
||
"filterable": 1
|
||
},
|
||
{
|
||
"key": "csp_Auete",
|
||
"name": "Auete",
|
||
"type": 3,
|
||
"api": "csp_Auete",
|
||
"searchable": 1,
|
||
"quickSearch": 0,
|
||
"filterable": 1
|
||
},
|
||
{
|
||
"key": "csp_Cokemv",
|
||
"name": "Cokemv",
|
||
"type": 3,
|
||
"api": "csp_Cokemv",
|
||
"searchable": 1,
|
||
"quickSearch": 0,
|
||
"filterable": 1
|
||
},
|
||
{
|
||
"key": "csp_Buka",
|
||
"name": "真不卡(测试)",
|
||
"type": 3,
|
||
"api": "csp_Buka",
|
||
"searchable": 0,
|
||
"quickSearch": 0,
|
||
"filterable": 1
|
||
},
|
||
{
|
||
"key": "csp_Ysgc",
|
||
"name": "影视工厂",
|
||
"type": 3,
|
||
"api": "csp_Ysgc",
|
||
"searchable": 1,
|
||
"quickSearch": 0,
|
||
"filterable": 1
|
||
},
|
||
{
|
||
"key": "csp_N0ys",
|
||
"name": "90影视",
|
||
"type": 3,
|
||
"api": "csp_N0ys",
|
||
"searchable": 1,
|
||
"quickSearch": 1,
|
||
"filterable": 0
|
||
},
|
||
{
|
||
"key": "csp_Nekk",
|
||
"name": "9E看看",
|
||
"type": 3,
|
||
"api": "csp_Nekk",
|
||
"searchable": 1,
|
||
"quickSearch": 0,
|
||
"filterable": 1
|
||
},
|
||
{
|
||
"key": "csp_Imaple",
|
||
"name": "枫林网(爬虫)",
|
||
"type": 3,
|
||
"api": "csp_Imaple",
|
||
"searchable": 1,
|
||
"quickSearch": 0,
|
||
"filterable": 1
|
||
},
|
||
{
|
||
"key": "csp_Jumi",
|
||
"name": "剧迷(爬虫)",
|
||
"type": 3,
|
||
"api": "csp_Jumi",
|
||
"searchable": 1,
|
||
"quickSearch": 0,
|
||
"filterable": 1
|
||
},
|
||
{
|
||
"key": "csp_Nfx",
|
||
"name": "NFXHD(爬虫)",
|
||
"type": 3,
|
||
"api": "csp_Nfx",
|
||
"searchable": 1,
|
||
"quickSearch": 0,
|
||
"filterable": 1
|
||
},
|
||
{
|
||
"key": "csp_YydsAli1",
|
||
"name": "YYDS阿里(爬虫)",
|
||
"type": 3,
|
||
"api": "csp_YydsAli1",
|
||
"searchable": 1,
|
||
"quickSearch": 0,
|
||
"filterable": 0
|
||
}
|
||
......
|
||
],
|
||
......
|
||
"parses": [
|
||
......
|
||
{
|
||
"name": "Json并发",
|
||
"type": 2,
|
||
"url": "Parallel"
|
||
},
|
||
{
|
||
"name": "Json轮询",
|
||
"type": 2,
|
||
"url": "Sequence"
|
||
}
|
||
......
|
||
]
|
||
```
|