scdl-org / scdl

Soundcloud Music Downloader
GNU General Public License v2.0
3.3k stars 331 forks source link

--onlymp3 function not working #458

Open 16steven98 opened 8 months ago

16steven98 commented 8 months ago

Whenever I try to run this command, it downloads the .M4A file instead. I am running the latest version. It also displays the following errors:

'utm_source' is not recognized as an internal or external command, operable program or batch file. 'utm_medium' is not recognized as an internal or external command, operable program or batch file. 'utm_campaign' is not recognized as an internal or external command, operable program or batch file.

HeartbeatingForCenturies commented 8 months ago

make sure your link is clean and doesn't have any of the utm tracking e.g

from https://soundcloud.com/hartofalion/x-prod-chainheld-eera?si=b0791fd2a96644b1be1069f0ab241ba0&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing

to https://soundcloud.com/hartofalion/x-prod-chainheld-eera

16steven98 commented 8 months ago

make sure your link is clean and doesn't have any of the utm tracking e.g

from https://soundcloud.com/hartofalion/x-prod-chainheld-eera?si=b0791fd2a96644b1be1069f0ab241ba0&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing

to https://soundcloud.com/hartofalion/x-prod-chainheld-eera

Easy fix, thank you so much!