manolomartinez / greg

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

Feature request: force remove #112

Closed HeuristicPerson closed 2 years ago

HeuristicPerson commented 3 years ago

First of all, great piece of software, many thanks for it. I just discovered it few days ago and at the moment I'm in the process of creating a small docker image to automatically download my subscriptions.

A feature I'm missing is the ability to remove a subscription without any question. My intent is to add my suscriptions to a txt file and run a periodic script that adds and removes the desired podcasts.

Regards and many thanks again.

manolomartinez commented 2 years ago

Could you please check whether the above PR works for you?

manolomartinez commented 2 years ago

Also, if at some point you'd be willing to share your dockerfile, that might be a nice addition to the README, perhaps.

HeuristicPerson commented 2 years ago

Morning, Manolo

Sure, I'll try it and I'll share my dockerfile. On the other hand, I don't remember the exact reason but in the end I created my own RSS downloader written in Python which is what I'm using at the moment.

Regards