mpv2oboeru

mpv helpers to create flashcards from movies and TV shows
git clone anongit@rnpnr.xyz:mpv2oboeru.git
Log | Files | Refs | Feed | README | LICENSE

Commit: d342fc3014a2ede5009627136e049f9262064ade
Parent: caff0abfc8a3200f276415e93cb7fad15ae4cc09
Author: Ren Tatsumoto
Date:   Sun, 21 Feb 2021 21:57:40 +0000

Merge pull request #22 from kolpav/patch-1

Add --create-dirs to curl
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -109,7 +109,7 @@ mpvacious can be installed with the [mpv-mpvacious](https://aur.archlinux.org/pa ### Using curl ``` -$ curl -o ~/.config/mpv/scripts/subs2srs.lua 'https://raw.githubusercontent.com/Ajatt-Tools/mpvacious/master/subs2srs.lua' +$ curl -o ~/.config/mpv/scripts/subs2srs.lua --create-dirs 'https://raw.githubusercontent.com/Ajatt-Tools/mpvacious/master/subs2srs.lua' ``` ### Using git