Skip to content

Instantly share code, notes, and snippets.

@prime-optimal
Forked from rosatravels/CalibreBlog.Recipe
Created May 20, 2022 05:48
Show Gist options
  • Save prime-optimal/310e02f7453a679362ee87c17d55d98c to your computer and use it in GitHub Desktop.
Save prime-optimal/310e02f7453a679362ee87c17d55d98c to your computer and use it in GitHub Desktop.
#!/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 AdvancedUserRecipe1526022279(BasicNewsRecipe):
title = 'Calibre Blog'
oldest_article = 1000
max_articles_per_feed = 100
auto_cleanup = True
feeds = [
('Calibre Blogs and Tips', 'http://blog.calibre-ebook.com/feeds/posts/default'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment