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

Not able to download in mp3 format #19

Closed
aviaryan opened this issue Sep 24, 2015 · 6 comments
Closed

Not able to download in mp3 format #19

aviaryan opened this issue Sep 24, 2015 · 6 comments

Comments

@aviaryan
Copy link
Contributor

I have tried this script 7-8 times now and I have never been able to download music in .mp3 format.
It is either *.m4a or *.webm .
Can something be done here ?

@gamegoofs2
Copy link

I get the same thing. Do you have the FFmpeg installed properly? I think that's the solution, however I didn't see where the python script was referencing it.

@yask123
Copy link
Owner

yask123 commented Sep 24, 2015

It would automatically convert to .mp3 file, but only if you have ffmpeg or avconv, installed.
On OSX you can run brew install libav to install it.
On Ubuntu libav-tools can be installed by running sudo apt-get install libav-tools
Clearly, installation script requires more work: https://github.com/yask123/Instant-Music-Downloader/blob/master/install.sh#L8

@gamegoofs2
Copy link

What about a solution for Windows? I tried installing FFmpeg, but I still get webm and m4a files.

@yask123
Copy link
Owner

yask123 commented Sep 24, 2015

After installing FFmpeg did you put them in the current path ?
Or maybe put ffmpeg../bin in your environment path variable .
Refer this: http://stackoverflow.com/questions/14185867/extract-audio-with-youtube-dl-on-windows

@gamegoofs2
Copy link

That was the fix. The FFmpeg said it added it to the Path, but I guess it really didn't. Manually added and works flawlessly.

@aviaryan aviaryan closed this as completed Oct 9, 2015
@marcfp
Copy link

marcfp commented Mar 22, 2021

With ubuntu focal and debian stable 10, i can't build the source using pip3 becouse system can't install beautifullsoup.

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

4 participants