Shortlist doesn't provide RSS.
I just can't get my head around the use of soup to extract links. www.feed43 allowed me to get RSS.
Here is the recipe - it produces a 7 meg file of most of the site.
Personally I think it's good for us none python folks to get feeds from difficult sites
Anyone agree?
Here's the recipe
Spoiler:
Code:
import re
from calibre import __appname__
from calibre.utils.magick import Image, PixelWand
class AdvancedUserRecipe1324663493(BasicNewsRecipe):
title = u'Shortlist'
oldest_article = 7
max_articles_per_feed = 10
remove_empty_feeds = True
remove_javascript = True
no_stylesheets = True
__author__ = 'Dave Asbury'
# last updated 24/12/11
language = 'en_GB'