Skip to content

Instantly share code, notes, and snippets.

@crnisamuraj
Last active August 21, 2022 09:02
Show Gist options
  • Save crnisamuraj/3c2f0be7558f8a5bb3d5d334bd1216f8 to your computer and use it in GitHub Desktop.
Save crnisamuraj/3c2f0be7558f8a5bb3d5d334bd1216f8 to your computer and use it in GitHub Desktop.
youtube-download
#!/usr/bin/env bash
URL=$1
youtube-dl -f 'bestaudio' -x --audio-format 'mp3' --audio-quality '0' --embed-thumbnail --add-metadata $URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment