Clean code

This commit is contained in:
FongMi 2022-09-23 23:34:58 +08:00
parent 6306ef1612
commit da7a9884e8
4 changed files with 72 additions and 60 deletions

View File

@ -1,9 +1,11 @@
# CatVodSpider # CatVodSpider
### Based on CatVod ### Based on CatVod
https://github.com/CatVodTVOfficial/CatVodTVSpider https://github.com/CatVodTVOfficial/CatVodTVSpider
### Usage ### Usage
```json ```json
{ {
"sites": [ "sites": [
@ -40,10 +42,21 @@ https://github.com/CatVodTVOfficial/CatVodTVSpider
"jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar" "jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar"
}, },
{ {
"key":"阿里盤搜", "key": "紙條",
"name":"阿里盤搜", "name": "紙條",
"type": 3, "type": 3,
"api":"csp_AliPanSou", "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, "searchable": 1,
"quickSearch": 1, "quickSearch": 1,
"filterable": 1, "filterable": 1,

View File

@ -12,7 +12,6 @@ public class MainActivity extends Activity {
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main); setContentView(R.layout.activity_main);
new Thread(() -> { new Thread(() -> {
}).start(); }).start();
} }
} }

Binary file not shown.

View File

@ -1 +1 @@
75d7ea667c3b32f301bdc9daceb48e4c 2b8c4129ab96da2d5d3a1db0e7414e9f