mlj / castget

A simple, command-line based RSS enclosure downloader, primarily intended for automatic, unattended downloading of podcasts.
http://castget.johndal.com
GNU General Public License v2.0
98 stars 21 forks source link

Parallel download with pthreads #51

Open Samathy opened 3 years ago

Samathy commented 3 years ago

Downloading the back-issues of podcasts one at a time takes a very long time when there are 1000s of episodes and is trivially parallelisable. This PR uses pthreads to download everything concurrently, it is much, much faster.

This is a bit hacky and neieve and could probably do with being cleaned up a bit. But I really only needed this functionality once. I'm happy to make changes, if anyone is interested in merging this functionality.

Issues: