[mpv] Add keybind to download mp3 from current video

This commit is contained in:
lara 2020-12-31 16:09:40 +01:00
parent 9102fec35c
commit ae7b95880f
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@ vim/.netrwhist
vim/bundle/*
git_user
config/kitty/.local.conf
config/mpv/watch_later
src/*
!src/Makefile
!src/*.*

2
config/mpv/input.conf Normal file
View file

@ -0,0 +1,2 @@
# Download current video as mp3 using youtube-dl
g-d run mp3dl ${path}