[mpv] Add keybind to download mp3 from current video
This commit is contained in:
parent
9102fec35c
commit
ae7b95880f
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
2
config/mpv/input.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Download current video as mp3 using youtube-dl
|
||||
g-d run mp3dl ${path}
|
Loading…
Reference in a new issue