i was so so excited!! this just keeps scrolling on by! no apparent errors that i can see!

GOT IT working (i think)

it was far far better to alias the vlc to a short command first (syntax creep was occurring) and without that alias, i got a detailed zsh error & went on a goose chase (honk)

literally, it's just:
➜ ~ youtube-dl $(pbpaste) -o - | vlc -
(like the doc says)
pobody's nerfect ¯\_(ツ)_/¯

and if you want it to automatically go, gotta use this because it's treated like a playlist, not a file

youtube-dl $(pbpaste) -o - | vlc - --playlist-autostart

we like things that make us go
@fit7 I have literally never thought to pipe youtube-dl into vlc and that is amazing.
@parrellel i was so surprised myself! i knew vlc could take inputs, but i was not well versed in them and stumbled on the vlc pipe bit in the youtube-dl doc! it was right below the thing i was looking up on reading a cookies txt

@fit7 Got it working on Mint with xclip

yt-dlp $(xclip -o) -f 'bv*[height=720]' -o - | vlc - --playlist-autostart

Specifying audio quality, or trying to stream something without video chokes because it needs to split out multiple outputs to then pipe to vlc... and my command line is too rusty to figure that out tonight.

@parrellel that's awesome!! yeah i had dropped frames and hiccups too, depending on the stream i was selecting (i tested out livestream and twitch, not just youtube) sometimes stepping away is needed for a frresh head ✨