Skip to content

Instantly share code, notes, and snippets.

@rosatravels
Created May 9, 2018 11:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rosatravels/e51d603003db5a1e59bd6a882dbb3d22 to your computer and use it in GitHub Desktop.
Save rosatravels/e51d603003db5a1e59bd6a882dbb3d22 to your computer and use it in GitHub Desktop.
Rosa's Template for the Calibre Software
#!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import unicode_literals, division, absolute_import, print_function
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1525856516(BasicNewsRecipe):
title = 'Rosa Template'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
feeds = [
('Learn Piano With Rosa', 'http://learnpianowithrosa.com/'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment