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')]