Added a youtube-dl script to download a playlist with my prefered format options
This commit is contained in:
Executable
+8
@@ -0,0 +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"
|
||||
done;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user