summaryrefslogtreecommitdiff
path: root/bin/dmscripts/dmyt-not
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dmscripts/dmyt-not')
-rwxr-xr-xbin/dmscripts/dmyt-not6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/dmscripts/dmyt-not b/bin/dmscripts/dmyt-not
deleted file mode 100755
index 4783a8d..0000000
--- a/bin/dmscripts/dmyt-not
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-# Open a video from channels.yt-not by selecting the channel
-channel="$(awk '{print $2}' ~/.local/share/yt-not/channels.yt-not | dmenu -l 2 -g 4)"
-video_id="$(awk "/$channel/ {print \$3}" ~/.local/share/yt-not/channels.yt-not )"
-video="https://youtube.com/watch?v=${video_id}"
-mpv $video