mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
Retry FIX
This commit is contained in:
@@ -83,5 +83,7 @@ export async function stream(url : string, options? : StreamOptions){
|
||||
final.push(info.format[info.format.length - 1])
|
||||
}
|
||||
|
||||
return got.stream(final[0].url)
|
||||
return got.stream(final[0].url, {
|
||||
retry : 5,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user