Skip to content

Instantly share code, notes, and snippets.

@dhoe
Created May 2, 2013 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhoe/5505474 to your computer and use it in GitHub Desktop.
Save dhoe/5505474 to your computer and use it in GitHub Desktop.
Calibre recipe to fetch Metafilter
class AdvancedUserRecipe1367522950(BasicNewsRecipe):
title = u'Metafilter'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = False
remove_fake_margins = False
feeds = [(u'Metafilter', u'http://feeds.feedburner.com/Metafilter')]
extra_css = '.comments, .copy {margin-left: 2px; margin-right: 2px}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment