mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-23 05:44:04 +08:00
feat(189): add tips get page
This commit is contained in:
parent
183a6f1b3a
commit
e6ecf1fa30
@ -129,7 +129,7 @@ func (driver Cloud189) Login(account *model.Account) error {
|
||||
}
|
||||
}
|
||||
if lt == "" {
|
||||
return errors.New(b)
|
||||
return errors.New("get page: " + b)
|
||||
}
|
||||
captchaToken := regexp.MustCompile(`captchaToken' value='(.+?)'`).FindStringSubmatch(b)[1]
|
||||
returnUrl := regexp.MustCompile(`returnUrl = '(.+?)'`).FindStringSubmatch(b)[1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user