removing ittechblog.pl

No new content since months
This commit is contained in:
Tomasz Długosz 2017-11-05 20:32:33 +01:00
parent fd5bbc6c9f
commit 6aeb91ce22
2 changed files with 0 additions and 28 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 564 B

View File

@ -1,28 +0,0 @@
__license__ = 'GPL v3'
__copyright__ = 'MrStefan'
'''
www.ittechblog.pl
'''
from calibre.web.feeds.news import BasicNewsRecipe
class ittechblog(BasicNewsRecipe):
title = u'IT techblog'
__author__ = 'MrStefan <mrstefaan@gmail.com>'
language = 'pl'
description = u'Na naszym blogu technologicznym znajdziesz między innymi: testy sprzętu, najnowsze startupy, technologiczne nowinki, felietony tematyczne.'
extra_css = '.cover > img {display:block;}'
remove_empty_feeds = True
oldest_article = 7
max_articles_per_feed = 100
remove_javascript = True
no_stylesheets = True
use_embedded_content = False
keep_only_tags = [dict(attrs={'class': 'box'})]
remove_tags = [dict(name='aside'), dict(
attrs={'class': ['tags', 'counter', 'twitter-share-button']})]
feeds = [(u'Artykuły', u'http://feeds.feedburner.com/ITTechBlog?format=xml')]