diff --git a/README.md b/README.md index a8df1d12..35ebd890 100644 --- a/README.md +++ b/README.md @@ -6,74 +6,6 @@ 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": "https://github.com/FongMi/CatVodSpider/raw/main/json/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" - }, - { - "key": "紙條", - "name": "紙條", - "type": 3, - "api": "csp_Paper", - "searchable": 1, - "quickSearch": 1, - "filterable": 1, - "ext": "your ali token", - "jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar" - }, - { - "key": "盤搜", - "name": "盤搜", - "type": 3, - "api": "csp_PanSou", - "searchable": 1, - "quickSearch": 1, - "filterable": 1, - "ext": "your ali token", - "jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar" - }, - { - "key": "push_agent", - "name": "推送", - "type": 3, - "api": "csp_Push", - "searchable": 1, - "quickSearch": 1, - "filterable": 1, - "ext": "your ali token", - "jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar" - } - ] -} +[a relative link](/json/config.json) + ``` diff --git a/jar/custom_spider.jar b/jar/custom_spider.jar index a8c5ebb8..f6f08dda 100644 Binary files a/jar/custom_spider.jar and b/jar/custom_spider.jar differ diff --git a/jar/custom_spider.jar.md5 b/jar/custom_spider.jar.md5 index d8554f44..dc3c6d14 100644 --- a/jar/custom_spider.jar.md5 +++ b/jar/custom_spider.jar.md5 @@ -1 +1 @@ -eee007ae41ef82c0919aad09f2a2a6c2 +19211bffdfc96677d1eee804ff300a47 diff --git a/json/bili.json b/json/bili.json new file mode 100644 index 00000000..130acee2 --- /dev/null +++ b/json/bili.json @@ -0,0 +1,46 @@ +{ + "classes": [ + { + "type_name": "帕梅拉", + "type_id": "帕梅拉" + }, + { + "type_name": "太极拳", + "type_id": "太极拳" + }, + { + "type_name": "广场舞", + "type_id": "广场舞" + }, + { + "type_name": "健身", + "type_id": "健身" + }, + { + "type_name": "舞蹈", + "type_id": "舞蹈" + }, + { + "type_name": "电影", + "type_id": "电影" + }, + { + "type_name": "电视剧", + "type_id": "电视剧" + }, + { + "type_name": "演唱会", + "type_id": "演唱会" + }, + { + "type_name": "动物世界", + "type_id": "动物世界" + }, + { + "type_name": "小姐姐", + "type_id": "小姐姐" + } + ], + "filter": { + } +} \ No newline at end of file diff --git a/json/config.json b/json/config.json new file mode 100644 index 00000000..ac6571f4 --- /dev/null +++ b/json/config.json @@ -0,0 +1,74 @@ +{ + "spider": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar", + "sites": [ + { + "key": "哔哩哔哩", + "name": "哔哩哔哩", + "type": 3, + "api": "csp_Bili", + "searchable": 1, + "quickSearch": 1, + "filterable": 1, + "ext": "https://github.com/FongMi/CatVodSpider/raw/main/json/bili.json" + }, + { + "key": "Alist", + "name": "Alist", + "type": 3, + "api": "csp_Alist", + "searchable": 1, + "quickSearch": 1, + "filterable": 1, + "ext": "https://github.com/FongMi/CatVodSpider/raw/main/json/alist.json" + }, + { + "key": "巴士", + "name": "巴士", + "type": 3, + "api": "csp_Dm84", + "searchable": 1, + "quickSearch": 1, + "filterable": 1 + }, + { + "key": "紙條", + "name": "紙條", + "type": 3, + "api": "csp_Paper", + "searchable": 1, + "quickSearch": 1, + "filterable": 1, + "ext": "your ali token" + }, + { + "key": "易搜", + "name": "易搜", + "type": 3, + "api": "csp_YiSo", + "searchable": 1, + "quickSearch": 1, + "filterable": 1, + "ext": "your ali token" + }, + { + "key": "盤搜", + "name": "盤搜", + "type": 3, + "api": "csp_PanSou", + "searchable": 1, + "quickSearch": 1, + "filterable": 1, + "ext": "your ali token" + }, + { + "key": "push_agent", + "name": "推送", + "type": 3, + "api": "csp_Push", + "searchable": 1, + "quickSearch": 1, + "filterable": 1, + "ext": "your ali token" + } + ] +} \ No newline at end of file