mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-29 06:25:30 -04:00
Accept all encodings
This commit is contained in:
parent
ccb82ef1fe
commit
e970472fcb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func downloadFile(ctx context.Context, progressReporter ProgressReporter, client
|
||||||
|
|
||||||
req.Header.Set("User-Agent", "WiiUDownloader")
|
req.Header.Set("User-Agent", "WiiUDownloader")
|
||||||
req.Header.Set("Connection", "Keep-Alive")
|
req.Header.Set("Connection", "Keep-Alive")
|
||||||
req.Header.Set("Accept-Encoding", "")
|
req.Header.Set("Accept-Encoding", "*")
|
||||||
|
|
||||||
resp, err := client.Do(req)
|
resp, err := client.Do(req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue