4 ms·
You can download all the videos from here https://archive.org/details/MIT6.046JS15 https://archive.org/details/MIT6.046JS15 . Available as torrent too.
by codepie 10y ago
You can download all the videos from here https://archive.org/details/MIT6.046JS15 https://archive.org/details/MIT6.046JS15 . Available as torrent too.
- hamidr 10y agothanks.
- gosub 10y agoor use youtube-dl on the youtube playlist
- daniyel 10y agoHere 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 :)