Skip to content

Instantly share code, notes, and snippets.

@serweb-labs
Created May 15, 2026 00:43
Show Gist options
  • Select an option

  • Save serweb-labs/4b6a9eaa0f2f9bd1b1a11235bc67acfc to your computer and use it in GitHub Desktop.

Select an option

Save serweb-labs/4b6a9eaa0f2f9bd1b1a11235bc67acfc to your computer and use it in GitHub Desktop.
descargame.sh
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