mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Geopolityka by chemik111
This commit is contained in:
parent
f474d29b1a
commit
277ba496bf
12
recipes/geopolityka.recipe
Normal file
12
recipes/geopolityka.recipe
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class BasicUserRecipe1361379046(BasicNewsRecipe):
|
||||||
|
title = u'Geopolityka.org'
|
||||||
|
language = 'pl'
|
||||||
|
__author__ = 'chemik111'
|
||||||
|
oldest_article = 15
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
feeds = [(u'Rss', u'http://geopolityka.org/index.php?format=feed&type=rss')]
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user