added a script to make animation+ movies out of sequences, updated ytdlpl, and added a custom command to mount pegasus
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
export IFS=$'\n';
|
||||
for i;
|
||||
do
|
||||
youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestaudio "$i"
|
||||
#youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestvideo+bestaudio "$i"
|
||||
#youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestaudio "$i"
|
||||
youtube-dl -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -f bestvideo+bestaudio "$i"
|
||||
done;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user