uc bug
This commit is contained in:
parent
e5ef8005fd
commit
be0fd5f6ff
|
|
@ -1,6 +1,6 @@
|
|||
package com.github.catvod.bean.uc;
|
||||
|
||||
import com.github.catvod.api.QuarkApi;
|
||||
import com.github.catvod.api.UCApi;
|
||||
import com.github.catvod.spider.Init;
|
||||
import com.github.catvod.utils.Path;
|
||||
import com.google.gson.Gson;
|
||||
|
|
@ -28,7 +28,7 @@ public class Cache {
|
|||
|
||||
|
||||
public void save() {
|
||||
Init.execute(() -> Path.write(QuarkApi.get().getCache(), toString()));
|
||||
Init.execute(() -> Path.write(UCApi.get().getCache(), toString()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
d81b746972af29f38c7dba02f95aad00
|
||||
3af27a422f8b3a1364db578ccabd2b22
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;d81b746972af29f38c7dba02f95aad00",
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;3af27a422f8b3a1364db578ccabd2b22",
|
||||
"lives": [
|
||||
{
|
||||
"name": "直播ipv6",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;d81b746972af29f38c7dba02f95aad00",
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;3af27a422f8b3a1364db578ccabd2b22",
|
||||
"lives": [
|
||||
{
|
||||
"name": "直播ipv6",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;d81b746972af29f38c7dba02f95aad00",
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;3af27a422f8b3a1364db578ccabd2b22",
|
||||
"lives": [
|
||||
{
|
||||
"name": "直播ipv6",
|
||||
|
|
|
|||
Loading…
Reference in New Issue