the guardian feed #41
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.