6 ms·
Here is the command for downloading all videos in playlist at 720p in a folder with the same name as the playlist's youtube-dl -o "%(playlist)s/%(playlist_inde
by daniyel 10y ago
Here is the command for downloading all videos in playlist at 720p in a folder with the same name as the playlist's
youtube-dl -o "%(playlist)s/%(playlist_index)s. %(title)s.%(ext)s" $YTplaylistLINK -f 22
- ohlookapony 10y agoThanks for sharing! I'm trying the following, but it's not working. youtube-dl -o "%(playlist)s/%(playlist_index)s. %(title)s.%(ext)s" https://www.youtube.com/playlist?list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh https://www.youtube.com/playlist?list=PLUl4u3cNGP62K2DjQLRxD... -f 22 What is the correct format?
- daniyel 10y agotry this http://paste2.org/4dbGV36n http://paste2.org/4dbGV36n
- ohlookapony 10y agoWorking! Thank you :)