fix(lanzou): download cannot find data (#5088)

This commit is contained in:
Myth
2023-08-24 21:56:20 +08:00
committed by GitHub
parent 8c3337b88b
commit 31a033dff1
2 changed files with 14 additions and 2 deletions

View File

@ -374,7 +374,7 @@ func (d *LanZou) getFilesByShareUrl(shareID, pwd string, sharePageData string) (
if err != nil {
return nil, err
}
nextPageData := removeJSGlobalFunction(RemoveNotes(string(data)))
nextPageData := RemoveNotes(string(data))
param, err = htmlJsonToMap(nextPageData)
if err != nil {
return nil, err