Who need GUI apps when you can do these things on CLI:
- view image:
imcat my-image.png
- watch video, even YouTube:
mpv --vo=tct "https://youtube.com/watch?v=BBJa32lCaaY"
- browse the web using modern Firefox engine:
browsh
- listen to your Spotify playlists:
spt play --name "Your Playlist" --playlist --random
and perhaps many more I'm not currently aware of...
You' can try installing
yt-dlp
. That one is still actively maintained. YouTube also actively trying to broke it, so the one available in debian repo might be out of date.