fix(lanzou): not find file page param (#6862 close #6857)

* fix(lanzou):not find file page param

* fix(labzou): change lanzouo.com to lanzoui.com
This commit is contained in:
foxxorcat
2024-07-25 20:09:48 +08:00
committed by GitHub
parent 5fa70e4010
commit 4a42bc5083
3 changed files with 7 additions and 2 deletions

View File

@ -106,7 +106,8 @@ func (d *LanZou) request(url string, method string, callback base.ReqCallback, u
}
req.SetHeaders(map[string]string{
"Referer": "https://pc.woozooo.com",
"Referer": "https://pc.woozooo.com",
"User-Agent": d.UserAgent,
})
if d.Cookie != "" {