View Single Post
Old 02-12-2011, 01:10 AM   #1
Tegan
Connoisseur
Tegan began at the beginning.
 
Posts: 59
Karma: 10
Join Date: Jan 2011
Device: Kindle 1st Gen, Kindle 3 SO
Simple Recipe Breaks in Latest Version

I've been trying to help someone with a simple Blog recipe. It didn't work for her, but I was having no problem running it. I finally figured out that I was running 0.7.43 while she was running the latest version, 0.7.45. So I upgraded, and now the recipe doesn't work. Any idea why not?

Code:
class AdvancedUserRecipe1297484821(BasicNewsRecipe):
  title = u'Book Blogs'
  oldest_article = 30
  max_articles_per_feed = 100
  use_embedded_content = True

  feeds = [(u'Book Goggle', u'http://mybookgoggles.blogspot.com/feeds/posts/default'), (u'Book Chick City', u'http://www.bookchickcity.com/feeds/posts/default')]
Tegan is offline   Reply With Quote