manolomartinez / greg

A command-line podcast aggregator
GNU General Public License v3.0
299 stars 37 forks source link

Download in the right order #18

Closed manolomartinez closed 8 years ago

manolomartinez commented 10 years ago

When downloading, we currently download every available issue in no particular order. That's wrong: if the connection is lost while we are doing this, we will leave a later date in the data file, and this will instruct greg not to subsequently download the earlier issues.

Greg should download issues from earlier to later.

manolomartinez commented 8 years ago

I solved this ages ago.