mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-22 02:33:20 +03:00
Fixed bug that prevented soundcloud audio files from downloading correctly
This commit is contained in:
@@ -1316,7 +1316,7 @@ async function downloadFileByURL_normal(url, type, options, sessionID = null) {
|
|||||||
const ext = is_audio ? '.mp3' : '.mp4';
|
const ext = is_audio ? '.mp3' : '.mp4';
|
||||||
var fileFolderPath = is_audio ? audioFolderPath : videoFolderPath;
|
var fileFolderPath = is_audio ? audioFolderPath : videoFolderPath;
|
||||||
|
|
||||||
if (is_audio) options.skip_audio_args = true;
|
if (is_audio && url.includes('youtu')) { options.skip_audio_args = true; }
|
||||||
|
|
||||||
// prepend with user if needed
|
// prepend with user if needed
|
||||||
let multiUserMode = null;
|
let multiUserMode = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user