CatVodTVSpider/jar/README.md

144 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2021-09-28 12:22:49 +08:00
## 共享包
### 这里的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",
2021-10-09 13:42:39 +08:00
......
"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,
2022-03-03 16:03:37 +08:00
"quickSearch": 1,
2021-10-09 13:42:39 +08:00
"filterable": 0
},
{
"key": "csp_Nekk",
"name": "9E看看",
"type": 3,
"api": "csp_Nekk",
"searchable": 1,
"quickSearch": 0,
"filterable": 1
2021-10-12 11:32:01 +08:00
},
{
"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
2021-10-27 01:42:39 +08:00
},
{
"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
2021-10-09 13:42:39 +08:00
}
......
],
......
"parses": [
......
{
"name": "Json并发",
"type": 2,
"url": "Parallel"
},
{
"name": "Json轮询",
"type": 2,
"url": "Sequence"
}
......
]
2021-09-28 14:53:42 +08:00
```