From 2fedd8f23439cac5374f2cc052b63ffd68fc3701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jouni=20K=2E=20Sepp=C3=A4nen?= Date: Mon, 27 Dec 2021 11:57:23 +0200 Subject: [PATCH] Add scraper rule for ikiwiki.iki.fi Feed: https://ikiwiki.iki.fi/feed.php?linkto=current&ns=uutiset%3Ablog&num=5 Example page: https://ikiwiki.iki.fi/uutiset/blog/20210923100421viiveita (To clarify, I'm not a representative of iki.fi although I have an email address in the domain. This is a nonprofit association that offers email forwarding addresses, and the rss feed in question contains news for their members.) --- reader/scraper/rules.go | 1 + 1 file changed, 1 insertion(+) diff --git a/reader/scraper/rules.go b/reader/scraper/rules.go index 14e44306..dfcc4396 100644 --- a/reader/scraper/rules.go +++ b/reader/scraper/rules.go @@ -17,6 +17,7 @@ var predefinedRules = map[string]string{ "github.com": "article.entry-content", "heise.de": "header .article-content__lead, header .article-image, div.article-layout__content.article-content", "igen.fr": "section.corps", + "ikiwiki.iki.fi": ".page.group", "ing.dk": "section.body", "lapresse.ca": ".amorce, .entry", "lemonde.fr": "article",