View Single Post
Old 06-16-2011, 11:47 PM   #2
sexymax15
Enthusiast
sexymax15 began at the beginning.
 
sexymax15's Avatar
 
Posts: 30
Karma: 12
Join Date: Jun 2011
Location: India
Device: Kindle 3g
Quote:
Originally Posted by harrington01 View Post
WorldCrunch is a conglomeration of news sources translated into English.


Here's the main site:
http://www.worldcrunch.com/

And the RSS feed:
http://www.worldcrunch.com/rss.xml

If I just add the RSS feed as a Custom Recipe, it gives me the title and the leader, but have to access the website for the actual article.

I would appreciate it greatly if someone could put a Custom Recipe together!
Here's the recipe.It fetches full articles. But i found out that this site provides only headings and some summary in english and the full articles are in some other European languages. Farcical

Quote:
class AdvancedUserRecipe1308279149(BasicNewsRecipe):
title = u'World Crunch'
oldest_article = 15
language = 'en'

max_articles_per_feed = 25

feeds = [(u'WorldCrunch', u'http://www.worldcrunch.com/rss.xml')]
def print_version(self, url):
return url + 'javascript:window.print();'
Screenshot of the Feed





Screenshot of the recipe
















Attached Files
File Type: zip World Crunch_1114.zip (370 Bytes, 227 views)
sexymax15 is offline   Reply With Quote