add more scripts.

This commit is contained in:
2020-08-02 14:32:50 +02:00
parent d77b700133
commit 5ca4ef3f5a
4 changed files with 63 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/run/current-system/sw/bin/bash
youtube-dl "$1" \
--download-archive "~/Videos/YT/history.conf" \
--prefer-free-formats\
--write-description \
--output "~/Videos/YT/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s"