Skip to content

Instantly share code, notes, and snippets.

@brandleesee
Last active April 18, 2024 17:54
Show Gist options
  • Save brandleesee/dfe50af63562b81e3a684139a0feaf57 to your computer and use it in GitHub Desktop.
Save brandleesee/dfe50af63562b81e3a684139a0feaf57 to your computer and use it in GitHub Desktop.
Streaming a Playlist in Terminal
sudo apt install wget mplayer && wget "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp" && chmod +x yt-dlp
./yt-dlp -o - --extract-audio --audio-format mp3 --audio-quality 0 "INSERT_PLAYLIST_URL" | mplayer -
@brandleesee
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment