5 ms·
Any tips on easily making an offline copy of these? I'm afraid by the time I started some of these would go dark.
by chopin24 6y ago
Any tips on easily making an offline copy of these? I'm afraid by the time I started some of these would go dark.
- nixass 6y agoyoutube-dl perhaps? Not sure in what order the naming will ho
- deleted 6y ago[deleted]
- flicken 6y agoTry this: lynx -dump -hiddenlinks=listonly https://laconicml.com/computer-science-curriculum-youtube-videos/ | grep youtube.com | perl -pe 's/.*http/http/' | youtube-dl --batch-file -
- chopin24 6y agoThanks, this works! It fails when one video isn't found, but gets 60% of the way there. I'll see if I can exclude that one and get it to keep going