We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7935c0 commit 9a97436Copy full SHA for 9a97436
plugins/downloader/youtube-dl.js
@@ -29,6 +29,7 @@ const downloadVideoToMP3 = (videoUrl, sendFeedback, sendError, reinit) => {
29
filter: "audioonly",
30
quality: "highestaudio",
31
highWaterMark: 32 * 1024 * 1024, // 32 MB
32
+ requestOptions: { maxRetries: 3 },
33
});
34
} catch (err) {
35
sendError(err);
0 commit comments