View Single Post
Old 12-17-2010, 12:18 PM   #1
Torx
Junior Member
Torx began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2010
Device: kindle-3
recipe content retrieval

accidentally posted to kendle forum sorry.
i am unable to get content (only article headings) from http://feeds.feedburner.com/universetoday/pYdq

read tutorials, googled & api documentation. how about get_feeds ?
feedburner links to original article tried using "get_article" maybe its syntax?
it doesn't appear that login is necessary because i can click from feedburner and link to articles.

using: Ubuntu 10.04 LTS / Kindle-3 / calibre 7.33 / Python / .Mobi

full newbe please help.

recipe:

class AdvancedUserRecipe1292594244(BasicNewsRecipe):
title = u'Universe Today'
oldest_article = 10
max_articles_per_feed = 40

feeds = [(u'feedburner', u'http://feeds.feedburner.com/universetoday/pYdq')]
def get_article_url(self, article):
return article.get('feedburner_origlink',None)

Last edited by Torx; 12-17-2010 at 08:05 PM.
Torx is offline   Reply With Quote