mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
from calibre.web.feeds.news import BasicNewsRecipe
|
|
|
|
class AdvancedUserRecipe1320264153(BasicNewsRecipe):
|
|
title = u'zougla'
|
|
__author__ = 'Stelios'
|
|
language = 'el'
|
|
oldest_article = 7
|
|
max_articles_per_feed = 100
|
|
auto_cleanup = True
|
|
|
|
feeds = [(u'zougla', u'http://www.zougla.gr/ArticleRss.xml')]
|
|
|