mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
Update runv2.go
timeout 20000->0
This commit is contained in:
@@ -47,7 +47,7 @@ func (b *TimedResponseBody) Read(p []byte) (int, error) {
|
|||||||
func Run(adamId string, playlistUrl string, outfile string, Config structs.ConfigSet) error {
|
func Run(adamId string, playlistUrl string, outfile string, Config structs.ConfigSet) error {
|
||||||
var err error
|
var err error
|
||||||
var optstimeout uint
|
var optstimeout uint
|
||||||
optstimeout = 20000
|
optstimeout = 0
|
||||||
timeout := time.Duration(optstimeout * uint(time.Millisecond))
|
timeout := time.Duration(optstimeout * uint(time.Millisecond))
|
||||||
header := make(http.Header)
|
header := make(http.Header)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user