Add scraping rule for royalroad.com
This is what I use for several stories I follow, and I thought it might be useful to other miniflux users.
This commit is contained in:
parent
f404ddde91
commit
4d847c6a74
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ var predefinedRules = map[string]string{
|
|||
"pseudo-sciences.org": "#art_main",
|
||||
"quantamagazine.org": ".outer--content, figure, script",
|
||||
"raywenderlich.com": "article",
|
||||
"royalroad.com": ".author-note-portlet,.chapter-content",
|
||||
"slate.fr": ".field-items",
|
||||
"smbc-comics.com": "div#cc-comicbody, div#aftercomic",
|
||||
"swordscomic.com": "img#comic-image, div#info-frame.tab-content-area",
|
||||
|
|
Loading…
Reference in a new issue