mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
nowy ekran is no more
This commit is contained in:
parent
479a6849d4
commit
1bec05d8bf
Binary file not shown.
Before Width: | Height: | Size: 258 B |
@ -1,19 +0,0 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
class NowyEkran(BasicNewsRecipe):
|
||||
title = u'Nowy ekran'
|
||||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
no_stylesheets = True
|
||||
__author__ = 'fenuks'
|
||||
description = u'Niezależny serwis społeczności blogerów'
|
||||
category = 'blog'
|
||||
language = 'pl'
|
||||
masthead_url = 'http://s.nowyekran.pl/gfx/ekran-big.gif'
|
||||
cover_url = 'http://s.nowyekran.pl/gfx/ekran-big.gif'
|
||||
remove_tags_before = dict(name='div', attrs={'class': 'post_detal'})
|
||||
remove_tags_after = dict(name='div', attrs={'class': 'post_footer'})
|
||||
remove_tags = [dict(name='span', attrs={'class': 'ico ico_comments'}), dict(
|
||||
name='div', attrs={'class': 'post_footer'}), dict(name='a', attrs={'class': 'getpdf'})]
|
||||
feeds = [(u'Najnowsze notki', u'http://www.nowyekran.pl/RSS/')]
|
Loading…
x
Reference in New Issue
Block a user