Skip to content

Instantly share code, notes, and snippets.

@Markieta
Created September 20, 2022 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Markieta/5cae81365ab57ff6b7b4f585e1e73e9b to your computer and use it in GitHub Desktop.
Save Markieta/5cae81365ab57ff6b7b4f585e1e73e9b to your computer and use it in GitHub Desktop.
Wrapper for yt-dlp with commonly-used options.
#!/usr/bin/env bash
yt-dlp -x --audio-format alac --embed-thumbnail --embed-metadata -P "temp:/tmp/" -P /run/media/marek/USB/ "${1}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment