ttrss_plugin-af_feedmod icon indicating copy to clipboard operation
ttrss_plugin-af_feedmod copied to clipboard

the guardian feed

Open four2six opened this issue 10 years ago • 1 comments

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?

four2six avatar Jul 30 '14 07:07 four2six

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-life

but it doesn't fetch the complete article content of the page.

aronchi avatar Oct 27 '14 13:10 aronchi