Add zip
This commit is contained in:
parent
8366151bb4
commit
4fd874de11
|
|
@ -85,6 +85,7 @@ public class Market extends Spider {
|
|||
Response response = OkHttp.newCall(url);
|
||||
File file = new File(Path.download(), Uri.parse(url).getLastPathSegment());
|
||||
download(file, response.body().byteStream(), Double.parseDouble(response.header("Content-Length", "1")));
|
||||
if (file.getName().endsWith(".zip")) FileUtil.unzip(file, Path.download());
|
||||
if (file.getName().endsWith(".apk")) FileUtil.openFile(Path.chmod(file));
|
||||
else Utils.notify("下載完成");
|
||||
dismiss();
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
b2c6912d5489526425cc71c596f4606e
|
||||
7ac31958d0f3fe1961b8f078afea12ed
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;b2c6912d5489526425cc71c596f4606e",
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;7ac31958d0f3fe1961b8f078afea12ed",
|
||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||
"sites": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;b2c6912d5489526425cc71c596f4606e",
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;7ac31958d0f3fe1961b8f078afea12ed",
|
||||
"wallpaper": "http://饭太硬.top/深色壁纸/api.php",
|
||||
"sites": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -203,5 +203,20 @@
|
|||
"icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "本地包",
|
||||
"list": [
|
||||
{
|
||||
"name": "watson",
|
||||
"url": "https://gh-proxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/zip/js-1019.zip",
|
||||
"icon": "https://i.imgs.ovh/2023/10/20/2I7XH.jpeg"
|
||||
},
|
||||
{
|
||||
"name": "香雅情",
|
||||
"url": "https://gh-proxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/zip/XYQTVBox_本地包.zip",
|
||||
"icon": "https://i.imgs.ovh/2023/10/20/2IO0D.jpeg"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue