From d82b8d5f383fea6eb92863dfd2331e8dac38d6cd Mon Sep 17 00:00:00 2001 From: FongMi Date: Tue, 13 Sep 2022 08:55:09 +0800 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index e2c33948..fa3fe036 100644 --- a/README.md +++ b/README.md @@ -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" + } + ] +} +```