ttrss_plugin-af_feedmod
ttrss_plugin-af_feedmod copied to clipboard
the guardian feed
i seem to be unable to pull the guardian's full article. example: feed: http://www.theguardian.com/world/rss article: http://www.theguardian.com/world/2014/jul/30/wikileaks-australia-super-injunction-bribery-allegations
this is the xpath needed: /html[@id='js-context']/body[@id='top']/div[@class='l-side-margins l-side-margins--layout-content']/article[@id='article']/div[@class='gs-container']/div[@class='content__main-column content__main-column--article']/div[@class='from-content-api js-article__body']
but even using this "theguardian": { "type": "xpath", "xpath": "div[@class='gs-container']" }, doesn't pull anything from their website. Any idea what i'm doing wrong?
I have a very similar problem with www.lifehacker.co.uk and with other sites.
"www.lifehacker.co.uk": {
"type": "xpath",
"xpath": "div[@class='single-article__content']"
},
the feed link is http://feeds.feedburner.com/LifehackerUK-UKPostsOnly?format=xml
Inside the RSS links are in format:
http://www.lifehacker.co.uk/2014/10/25/make-simple-things-lifebut it doesn't fetch the complete article content of the page.