Skip to content

Instantly share code, notes, and snippets.

@kerus1024
Created February 28, 2022 04:39
Show Gist options
  • Save kerus1024/1aed66260a280150418b1addba4b2035 to your computer and use it in GitHub Desktop.
Save kerus1024/1aed66260a280150418b1addba4b2035 to your computer and use it in GitHub Desktop.
get mp3 music via youtube-dl
#!/bin/bash
youtube-dl -f bestaudio -x --audio-format mp3 --audio-quality 0 $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment