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 music downloader, post processing error #9151

Closed
willyt1200 opened this issue Apr 11, 2016 · 4 comments
Closed

Soundcloud music downloader, post processing error #9151

willyt1200 opened this issue Apr 11, 2016 · 4 comments

Comments

@willyt1200
Copy link

@willyt1200 willyt1200 commented Apr 11, 2016

Hi, im trying to create a python code that I will enter a soundcloud link(Single song, artist, or playlist) and will download it for me.

It downloads the song correctly but as random numbers(186407146) link is https://soundcloud.com/tevin-beckles/no-role-modelz-yl-ft-jcole

Also when running the code I get many errors in which im too dumb to understand:
http://pastebin.com/Dava3j2j

If someone could help me resolve the ID issue and the errors that would be great.

Thanks

@willyt1200
Copy link
Author

@willyt1200 willyt1200 commented Apr 11, 2016

Also when trying to download a playlist it downloads the first song then fails...

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 11, 2016

  1. It clearly tells you in log:

    ffprobe or avprobe not found. Please install one.

  2. Post the code of your script.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 11, 2016

It downloads the song correctly but as random numbers(186407146)

That's exactly what you ask youtube-dl to do:

'outtmpl': '%(id)s.%(ext)s'

@dstftw dstftw closed this Apr 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.