DocMarty84 / miniflutt

Another Miniflux client.
MIT License
115 stars 16 forks source link

feat: download content #45

Closed alemidev closed 2 months ago

alemidev commented 3 months ago

this PR adds a button to download+update article content, mimicking miniflux's frontend "download" button. since there is no API to directly do the whole thing, we first make miniflux fetch the original content with /v1/entries/${id}/fetch-content, once we receive that we PUT an entry update with the new content, and replace our local content String.

download content button

DocMarty84 commented 2 months ago

Thanks a lot!