parent
45d28c95b6
commit
672c447ccc
@ -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;
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in new issue