init
This commit is contained in:
14
python/dn2k/test/ebookconvert/recipe/moz.recipe
Normal file
14
python/dn2k/test/ebookconvert/recipe/moz.recipe
Normal 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')
|
||||
]
|
||||
Reference in New Issue
Block a user