-
-
Save Markieta/5cae81365ab57ff6b7b4f585e1e73e9b to your computer and use it in GitHub Desktop.
Wrapper for yt-dlp with commonly-used options.
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 | |
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