got a testing script

and stuff to the lua files
adjusted the gitignore
This commit is contained in:
elburg 2024-03-24 00:19:53 -07:00
parent 155edca57f
commit 74011b078b
5 changed files with 22 additions and 7 deletions

11
test.sh Normal file
View file

@ -0,0 +1,11 @@
# please have yt-dlp
mkdir -p .test/
yt-dlp \
--no-write-info-json \
--output "./.test/video.mp4" \
--remux-video "mp4" \
-w \
"https://www.youtube.com/watch?v=T6_81D9HQdU"
mpv -v --load-scripts=no --script=./src/ ./.test/video.mp4