add more scripts.
This commit is contained in:
Executable
+7
@@ -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"
|
||||
Reference in New Issue
Block a user