Alexander Batischev
Alexander Batischev
Can you share the URL of the feed for which `downoad-full-page` does not work? If not, can you at least tell us if the items in the feed have content?...
> They only display a really short summary of the article. Ah, that explains it: `download-full-page` affects only the items that have *no* content. Perhaps we should add a setting,...
I can't be bothered to install Flatpak to see how NewsFlash works, but from their code it seems there are two buttons which replace the article with the contents of...
Thanks! (Auto-merging didn't work because I recently made FreeBSD 13.3 a required check, whereas this PR is based on a slightly earlier commit that uses FreeBSD 13.2.)
Bright idea: just before closing the cache file, store the current time in it. Upon startup, compare that value with cache.db's modification time, and if they differ by more than...
That idea might not be so bright after all: [here's a blog post](https://apenwarr.ca/log/20181113) describing some problems that mtime comparisons create for build systems. Of interest to us are the following...
An even brighter idea: add the `content_length` column, and also add a pair of triggers (for `INSERT` and `UPDATE`) to keep that column up-to-date. This sounds like manually maintaining an...
> I'm not yet sure if it should add all enclosures to the queue or if it should provide some kind of closure selection if there are multiple I think...
Thank you!
A couple thoughts: 1. Newsboat is translated into many languages, so **it's not enough** to just fix the strings in newsboat.cpp — we also need a way to ensure that...