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

youtube-dl-mp3 #12092

Closed
rst0git opened this issue Feb 12, 2017 · 1 comment
Closed

youtube-dl-mp3 #12092

rst0git opened this issue Feb 12, 2017 · 1 comment

Comments

@rst0git
Copy link

@rst0git rst0git commented Feb 12, 2017

Hi, I am using youtube-dl for a while now and I think it is amazing. I would contribute to the project somehow.

One thing that might be useful could be the shortcut I'm using to download the best audio format in "mp3".

/usr/bin/youtube-dl-mp3
-------------------------------------
#!/bin/bash
youtube-dl --extract-audio --audio-format mp3 -f bestaudio --ignore-errors -o "%(title)s.%(ext)s" $@
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Feb 12, 2017

@yan12125 yan12125 closed this Feb 12, 2017
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.