I would like to make a recipe from this website's rss feed:
http://floor-to-ceiling-books.blogspot.com/
There are two options to get the rss feed (with or without atom). The url's are:
http://floor-to-ceiling-books.blogsp...efault?alt=rss
http://floor-to-ceiling-books.blogsp.../posts/default
Both url's give me the same problem. After downloading I get a document which is about 0.1 MB and it contains an index with a small part of the text and when I click on the link I get an empty page.
The recipe looks like this:
class AdvancedUserRecipe1311069752(BasicNewsRecipe):
title = u'Floor to ceiling'
oldest_article = 28
max_articles_per_feed = 100
feeds = [(u'Floor to ceiling', u'http://floor-to-ceiling-books.blogspot.com/feeds/posts/default?alt=rss')]
What do I do wrong?