diff options
Diffstat (limited to 'bin/extra/ytplay')
-rwxr-xr-x | bin/extra/ytplay | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/extra/ytplay b/bin/extra/ytplay new file mode 100755 index 0000000..b5c1a8c --- /dev/null +++ b/bin/extra/ytplay @@ -0,0 +1,2 @@ +#!/bin/sh +yt-dlp -o - "$(ytlink)" | mpv - |