others/ffurlplayer.sh

8 lines
152 B
Bash
Executable File

#!/bin/sh
## play urls width ffplay ##
# ffurlplayer.sh by @root_informatica.
# play with ytfzf
yt-dlp "$@" -o - | ffplay - -autoexit -loglevel quiet