umputun / feed-master

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.
https://feed-master.umputun.dev
MIT License
116 stars 26 forks source link

The DELETE API endpoint is not removing the episode from the main feed. #134

Open AndreiBurak opened 1 week ago

AndreiBurak commented 1 week ago

I attempted to delete the corrupted file from the feed using the DELETE endpoint. The API call returned a status of 'OK.' Afterward, I used the generate endpoint to regenerate the feed, which also returned a status of 'OK.' image However, when I checked the main RSS feed, the deleted episode was still present, and the file was not removed from disk. Despite this, the episode was successfully deleted from the source feed. image image