Skip to content

Instantly share code, notes, and snippets.

@spookyuser
Created September 19, 2023 09:24
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 spookyuser/51221addd5c5c6dd72c36d2aea0ed137 to your computer and use it in GitHub Desktop.
Save spookyuser/51221addd5c5c6dd72c36d2aea0ed137 to your computer and use it in GitHub Desktop.
i love this
function mp4
set video_url $argv[1]
yt-dlp mp4 $video_url
end
function mp3
set video_url $argv[1]
yt-dlp -x --audio-format mp3 --audio-quality 0 $video_url
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment