calibre/recipes/sekurak_pl.recipe
2013-05-29 08:02:55 +05:30

29 lines
909 B
Plaintext

from calibre.web.feeds.news import BasicNewsRecipe
class Sekurak(BasicNewsRecipe):
title = u'Sekurak'
__author__ = 'fenuks'
description = u'Wiadomości z dziedziny bezpieczeństwa'
category = 'it, security'
#publication_type = ''
language = 'pl'
#encoding = ''
#extra_css = ''
cover_url = 'http://www.securitum.pl/aktualnosci/sekurak.pl/image'
masthead_url = ''
use_embedded_content = False
oldest_article = 7
max_articles_per_feed = 100
no_stylesheets = True
remove_empty_feeds = True
remove_javascript = True
remove_attributes = ['style', 'font']
ignore_duplicate_articles = {'title', 'url'}
keep_only_tags = [dict(id='articleContent')]
#remove_tags = []
#remove_tags_after = dict()
#remove_tags_before = dict()
feeds = [(u'Wpisy', u'http://feeds.feedburner.com/sekurak')]