Created
May 15, 2026 00:43
-
-
Save serweb-labs/4b6a9eaa0f2f9bd1b1a11235bc67acfc to your computer and use it in GitHub Desktop.
descargame.sh
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
| alias descargamelo='yt-dlp -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 -o "/e/downloads/yt-dlp/%(title)s.%(ext)s"' | |
| alias descargamelow='yt-dlp -f bestaudio --extract-audio --audio-format mp3 --audio-quality 128k -o "/e/downloads/yt-dlp/%(title)s.%(ext)s"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment