Added scraper rule for TheOatmeal.com

The default rule does not show the comic posted to the feed. The comic image is in a div with id "comic".
This commit is contained in:
Corey McCaffrey 2020-05-13 22:53:29 -04:00 committed by Frédéric Guillot
parent 8f6c07afd6
commit 0683074b8b
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ var predefinedRules = map[string]string{
"raywenderlich.com": "article",
"slate.fr": ".field-items",
"techcrunch.com": "div.article-entry",
"theoatmeal.com": "div#comic",
"theregister.co.uk": "#body",
"universfreebox.com": "#corps_corps",
"version2.dk": "section.body",