Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soundcloud Error :: Unable to extract client id #260

Open
mostafa-norouzi opened this issue Dec 13, 2024 · 1 comment
Open

Soundcloud Error :: Unable to extract client id #260

mostafa-norouzi opened this issue Dec 13, 2024 · 1 comment

Comments

@mostafa-norouzi
Copy link
Contributor

mostafa-norouzi commented Dec 13, 2024

Hi

Sample usage of making mp3 from url :


$yt = new YoutubeDl();
$collection = $yt->download(
    Options::create()
        ->downloadPath('/path/to/downloads')
        ->extractAudio(true)
        ->audioFormat('mp3')
        ->audioQuality('0') // best
        ->output('%(title)s.%(ext)s')
        ->url('https://www.youtube.com/watch?v=oDAw7vW7H0c')
);


make this error if url be soundcloud.com : [soundcloud] Unable to extract client id
And to fix it, below line should be removed :

->extractAudio(true)

@norkunas
Copy link
Owner

I'd say this belongs to discussions > show and tell, instead of in issues list where you already resolved it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants