Update Zhaozy domain

This commit is contained in:
mine 2024-03-12 06:48:11 +08:00 committed by GitHub
parent c081166e8f
commit 8a893c36d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class Zhaozy extends Ali {
private final Pattern regexAli = Pattern.compile("(https://www.aliyundrive.com/s/[^\"]+)"); private final Pattern regexAli = Pattern.compile("(https://www.aliyundrive.com/s/[^\"]+)");
private final Pattern regexVid = Pattern.compile("(\\S+)"); private final Pattern regexVid = Pattern.compile("(\\S+)");
private final String siteUrl = "https://zhaoziyuan.pw/"; private final String siteUrl = "https://zhaoziyuan1.cc/";
private String username; private String username;
private String password; private String password;