Hacker News new | ask | show | jobs
by beepboop43 2000 days ago
Just curious, do you download them one at a time or do you have a "system" for handling them?

I ask because this seems like a great idea. I've already written a script to read from a list and download and now I'm wondering if I don't just use use that instead of "watch later" going forward. Curious if you do anything beyond adding them one at a time I should consider before changing my approach.

1 comments

FYI youtube-dl can download playlists. I heavily suspect you can even use --continue to download missing updated bits in a playlist you previously downloaded
Good point on the playlists, it hadn't dawned on me that 'watch later' is a playlist. Haven't tried continue, in the past I've created a 'downloaded.txt' file which gets updated as files download and then checked before it runs again so it doesn't try to re-download them.
Yeah you don't need that downloaded.txt, youtube-dl can do that all on its own with the right flags :)