Last active
August 11, 2023 06:23
-
-
Save chriskempson/4d135f3e41ea798a034f6093eb20353d to your computer and use it in GitHub Desktop.
Play Youtube audio CLI (yt-dlp, ffmpeg)
This file contains 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
yt-dlp -f bestaudio "https://www.youtube.com/watch?v=jfKfPfyJRdk" -o - 2>/dev/null | ffplay -nodisp -autoexit -i - &>/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment