summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2015-02-15 13:40:25 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2015-02-15 13:40:25 +0100
commitbec3f917c331a17841da9aac7dad510707b24492 (patch)
treec620a4c58a05f057c5456e39f0cc6053f84f4e59
parentc9b3eb51e8ce1be3d4500087852dc23a53064b68 (diff)
parent1f6dcb4afa7d29dbc562a4ad75a54e8f50231592 (diff)
Merge pull request #733 from joeplus/add_articleenhancers
added new xpath article enhancers
-rw-r--r--articleenhancer/xpathenhancers.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/articleenhancer/xpathenhancers.json b/articleenhancer/xpathenhancers.json
index ab77ec1c5..21aec3650 100644
--- a/articleenhancer/xpathenhancers.json
+++ b/articleenhancer/xpathenhancers.json
@@ -140,5 +140,38 @@
},
"der-postillon.com": {
"%der-postillon.com%": "//div[contains(@class,'post-body')]"
+ },
+ "areadvd.de": {
+ "%areadvd.de%": "//div[contains(@class,'entry')]"
+ },
+ "engadget.com": {
+ "%engadget.com%": "//div[@class='article-content']/p[not(@class='read-more')] | //div[@class='article-content']/div[@style='text-align: center;']"
+ },
+ "mydealz.de": {
+ "%http://feedproxy.google.com/~r/myDealZ%": "//div[@class='section-hub'] | //div[contains(@class,'thread-deal')]"
+ },
+ "scrumalliance.org": {
+ "%scrumalliance.org/rss?%": "//div[@class='article_content']"
+ },
+ "smarthomewelt.de": {
+ "%smarthomewelt.de%": "//div[@class='entry-inner']/p | //div[@class='entry-inner']/div[contains(@class,'wp-caption')]"
+ },
+ "elegantthemes.com": {
+ "%elegantthemes.com%": "//article[contains(@class,'post')]/p"
+ },
+ "smashingmagazine.com": {
+ "%smashingmagazine.com%": "//article[contains(@class,'post')]/p"
+ },
+ "sueddeutsche.de": {
+ "%sz.de%": "//article[@id='sitecontent']/section[@class='body']/p"
+ },
+ "lifehacker.com": {
+ "%lifehacker.com%": "//div[contains(@class,'entry-content')]"
+ },
+ "travel-dealz.de": {
+ "%travel-dealz.de/blog/%": "//div[@class='post-entry']"
+ },
+ "outdoordeals.de": {
+ "%outdoordeals.de%": "//article[contains(@class,'blogpost')]/div[@class='inner']"
}
}