revert(quark): remove preset range header

This commit is contained in:
Andy Hsu
2023-04-17 14:39:21 +08:00
parent ecd167d2f9
commit 7f35aab071
3 changed files with 6 additions and 14 deletions

View File

@ -71,9 +71,6 @@ func (d *Quark) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (
"Referer": []string{"https://pan.quark.cn"},
"User-Agent": []string{ua},
},
PresetHeader: http.Header{
"Range": []string{"bytes=0-"},
},
}, nil
}