Browse Source

[mpv] Add keybind to download mp3 from current video

master
lara 3 years ago
parent
commit
ae7b95880f
  1. 1
      .gitignore
  2. 2
      config/mpv/input.conf

1
.gitignore

@ -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

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