mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
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')]
|
|
|