From ae7b95880f0085da057f1fdca8e416a45addbd27 Mon Sep 17 00:00:00 2001 From: lara Date: Thu, 31 Dec 2020 16:09:40 +0100 Subject: [PATCH] [mpv] Add keybind to download mp3 from current video --- .gitignore | 1 + config/mpv/input.conf | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 config/mpv/input.conf diff --git a/.gitignore b/.gitignore index 1032655..a602890 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ vim/.netrwhist vim/bundle/* git_user config/kitty/.local.conf +config/mpv/watch_later src/* !src/Makefile !src/*.* diff --git a/config/mpv/input.conf b/config/mpv/input.conf new file mode 100644 index 0000000..01d4db2 --- /dev/null +++ b/config/mpv/input.conf @@ -0,0 +1,2 @@ +# Download current video as mp3 using youtube-dl +g-d run mp3dl ${path}