Update README.md

This commit is contained in:
FongMi 2022-09-13 08:55:09 +08:00 committed by GitHub
parent cbce81c7d0
commit d82b8d5f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 40 additions and 0 deletions

View File

@ -2,3 +2,43 @@
### Based on CatVod
https://github.com/CatVodTVOfficial/CatVodTVSpider
### Usage
```json
{
"sites":[
{
"key":"哔哩哔哩",
"name":"哔哩哔哩",
"type":3,
"api":"csp_Bili",
"searchable":1,
"quickSearch":1,
"filterable":1,
"ext":"bili.json",
"jar":"https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar"
},
{
"key":"Alist",
"name":"Alist",
"type":3,
"api":"csp_Alist",
"searchable":1,
"quickSearch":1,
"filterable":1,
"ext":"alist.json",
"jar":"https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar"
},
{
"key":"巴士",
"name":"巴士",
"type":3,
"api":"csp_Dm84",
"searchable":1,
"quickSearch":1,
"filterable":1,
"jar":"https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar"
}
]
}
```