7 ms·
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
by beepboop43 6y 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.
- scrollaway 6y agoFYI youtube-dl can download playlists. I heavily suspect you can even use --continue to download missing updated bits in a playlist you previously downloaded
- beepboop43 6y agoGood 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.
- scrollaway 6y agoYeah you don't need that downloaded.txt, youtube-dl can do that all on its own with the right flags :)