Last active
August 21, 2022 09:02
-
-
Save crnisamuraj/3c2f0be7558f8a5bb3d5d334bd1216f8 to your computer and use it in GitHub Desktop.
youtube-download
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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