mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
kdefamily.pl is going to be closed up
see: http://kdefamily.pl/2014/01/22/dawno-tu-nie-zagladalem/
This commit is contained in:
parent
e0b5aeaea3
commit
693b799df8
Binary file not shown.
Before Width: | Height: | Size: 857 B |
@ -1,20 +0,0 @@
|
|||||||
import re
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
|
||||||
|
|
||||||
class KDEFamilyPl(BasicNewsRecipe):
|
|
||||||
title = u'KDEFamily.pl'
|
|
||||||
__author__ = 'fenuks'
|
|
||||||
description = u'KDE w Polsce'
|
|
||||||
category = 'open source, KDE'
|
|
||||||
language = 'pl'
|
|
||||||
cover_url = 'http://www.mykde.home.pl/kdefamily/wp-content/uploads/2012/07/logotype-e1341585198616.jpg'
|
|
||||||
oldest_article = 7
|
|
||||||
max_articles_per_feed = 100
|
|
||||||
preprocess_regexps = [(re.compile(r"Podobne wpisy.*", re.IGNORECASE|re.DOTALL), lambda m: '')]
|
|
||||||
no_stylesheets = True
|
|
||||||
remove_empty_feeds = True
|
|
||||||
use_embedded_content = False
|
|
||||||
keep_only_tags = [dict(attrs={'class':'blog-post'})]
|
|
||||||
remove_tags = [dict(attrs={'class':['blog-bottom', 'ratings hreview-aggregate']})]
|
|
||||||
|
|
||||||
feeds = [(u'Wszystko', u'http://kdefamily.pl/feed/')]
|
|
Loading…
x
Reference in New Issue
Block a user