From 67c096ad5bd8d2744d92f4602d6d9f9be5aa7d9b Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 12 Apr 2020 13:00:56 +0200 Subject: [PATCH] feeds: add fake path to default html parser Without it, some websites were accidentally matching it (false positives) --- morss/feedify.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/morss/feedify.ini b/morss/feedify.ini index 263de06..6059c7a 100644 --- a/morss/feedify.ini +++ b/morss/feedify.ini @@ -90,6 +90,9 @@ item_updated = updated [html] mode = html +path = + http://localhost/ + title = //div[@id='header']/h1 desc = //div[@id='header']/h2 items = //div[@id='content']/div