From 25a2605405d8ec7645d0664914c3b7290745afec Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 15 Apr 2024 17:37:53 +0200 Subject: synced --- bin/extra/ytplay | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/extra/ytplay (limited to 'bin/extra/ytplay') 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 - -- cgit v1.2.3