Skip to content

Instantly share code, notes, and snippets.

@walchko
Created May 25, 2020 01:59
Show Gist options
  • Save walchko/5f07b0aca8741708190feba6da2ad9ae to your computer and use it in GitHub Desktop.
Save walchko/5f07b0aca8741708190feba6da2ad9ae to your computer and use it in GitHub Desktop.
Download music from youtube
#!/bin/bash
youtube-dl -x --embed-thumbnail --add-metadata --audio-format m4a $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment