🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
casjay
2022-10-07 15:56:48 -04:00
commit 0777c29ab9
14 changed files with 379 additions and 0 deletions

4
bin/ytdv Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
youtube-dl -f bestvideo+bestaudio --config-location "$HOME/.config/youtube-dl/video" "$@"
exit $?