Update Zhaozy
This commit is contained in:
parent
0b6fff5ac1
commit
0066eab0ca
|
|
@ -26,8 +26,8 @@ public class Zhaozy extends Spider {
|
|||
private final Pattern regexAli = Pattern.compile("(https://www.aliyundrive.com/s/[^\"]+)");
|
||||
private final Pattern regexVid = Pattern.compile("(\\S+)");
|
||||
private final String siteUrl = "https://zhaoziyuan.la/";
|
||||
private String username = "nikalo8893@bitvoo.com";
|
||||
private String password = "P@ssw0rd";
|
||||
private String username;
|
||||
private String password;
|
||||
|
||||
private Map<String, String> getHeader() {
|
||||
Map<String, String> headers = new HashMap<>();
|
||||
|
|
@ -56,10 +56,8 @@ public class Zhaozy extends Spider {
|
|||
public void init(Context context, String extend) {
|
||||
String[] split = extend.split("\\$\\$\\$");
|
||||
Ali.get().init(split[0]);
|
||||
if (split.length > 2) {
|
||||
username = split[1];
|
||||
password = split[2];
|
||||
}
|
||||
username = split[1];
|
||||
password = split[2];
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
d5d77424e72a6ade93621611b1114875
|
||||
fb25839a41ad3ce40356acf31920373c
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://gh-proxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;35197828e17d4bdf2e5ad4b91e5f2071",
|
||||
"spider": "https://gh-proxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;fb25839a41ad3ce40356acf31920373c",
|
||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||
"lives": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://gh-proxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;35197828e17d4bdf2e5ad4b91e5f2071",
|
||||
"spider": "https://gh-proxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;fb25839a41ad3ce40356acf31920373c",
|
||||
"wallpaper": "http://www.kf666888.cn/api/tvbox/img",
|
||||
"lives": [
|
||||
{
|
||||
|
|
@ -165,7 +165,7 @@
|
|||
"searchable": 1,
|
||||
"filterable": 0,
|
||||
"switchable": 0,
|
||||
"ext": "http://我不是.肥猫.love:63/token.php"
|
||||
"ext": "http://我不是.肥猫.love:63/token.php$$$yingshi$$$abcd1234"
|
||||
},
|
||||
{
|
||||
"key": "Live",
|
||||
|
|
|
|||
Loading…
Reference in New Issue