This commit is contained in:
stubbfel
2017-11-29 00:12:09 +01:00
commit 50b6b45459
9 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/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 AdvancedUserRecipe1422191832(BasicNewsRecipe):
title = 'moz'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
feeds = [
('moz-brandenburg', 'http://www.moz.de/nc/service/weiteres/rss-feeds-auf-mozde/?type=578&tx_rsmretrescorss_pi1%5Bshow%5D=1')
]