Clean code
This commit is contained in:
parent
6306ef1612
commit
da7a9884e8
19
README.md
19
README.md
|
|
@ -1,9 +1,11 @@
|
|||
# CatVodSpider
|
||||
|
||||
### Based on CatVod
|
||||
|
||||
https://github.com/CatVodTVOfficial/CatVodTVSpider
|
||||
|
||||
### Usage
|
||||
|
||||
```json
|
||||
{
|
||||
"sites": [
|
||||
|
|
@ -40,10 +42,21 @@ https://github.com/CatVodTVOfficial/CatVodTVSpider
|
|||
"jar": "https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar"
|
||||
},
|
||||
{
|
||||
"key":"阿里盤搜",
|
||||
"name":"阿里盤搜",
|
||||
"key": "紙條",
|
||||
"name": "紙條",
|
||||
"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,
|
||||
"quickSearch": 1,
|
||||
"filterable": 1,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ public class MainActivity extends Activity {
|
|||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_main);
|
||||
new Thread(() -> {
|
||||
|
||||
}).start();
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
75d7ea667c3b32f301bdc9daceb48e4c
|
||||
2b8c4129ab96da2d5d3a1db0e7414e9f
|
||||
|
|
|
|||
Loading…
Reference in New Issue