mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
remove pccentre.pl recipe - no new content since 2016
This commit is contained in:
parent
8882a598e1
commit
9a2fc6dcda
Binary file not shown.
Before Width: | Height: | Size: 445 B |
@ -1,30 +0,0 @@
|
|||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
|
||||||
|
|
||||||
|
|
||||||
class PC_Centre(BasicNewsRecipe):
|
|
||||||
title = u'PC Centre'
|
|
||||||
oldest_article = 7
|
|
||||||
max_articles_per_feed = 100
|
|
||||||
__author__ = 'fenuks'
|
|
||||||
description = u'Portal komputerowy, a w nim: testy sprzętu komputerowego, recenzje gier i oprogramowania. a także opisy produktów związanych z komputerami.'
|
|
||||||
category = 'IT'
|
|
||||||
language = 'pl'
|
|
||||||
masthead_url = 'http://pccentre.pl/views/images/logo.gif'
|
|
||||||
cover_url = 'http://pccentre.pl/views/images/logo.gif'
|
|
||||||
no_stylesheets = True
|
|
||||||
remove_empty_feeds = True
|
|
||||||
ignore_duplicate_articles = {'title', 'url'}
|
|
||||||
remove_tags = [dict(attrs={'class': 'logo_print'})]
|
|
||||||
feeds = [
|
|
||||||
(u'Aktualno\u015bci', u'http://pccentre.pl/backend.php'),
|
|
||||||
(u'Publikacje', u'http://pccentre.pl/backend.php?mode=a'),
|
|
||||||
(u'Sprz\u0119t komputerowy', u'http://pccentre.pl/backend.php?mode=n§ion=2'),
|
|
||||||
(u'Oprogramowanie', u'http://pccentre.pl/backend.php?mode=n§ion=3'),
|
|
||||||
(u'Gry komputerowe i konsole', u'http://pccentre.pl/backend.php?mode=n§ion=4'),
|
|
||||||
(u'Internet', u'http://pccentre.pl/backend.php?mode=n§ion=7'),
|
|
||||||
(u'Bezpiecze\u0144stwo', u'http://pccentre.pl/backend.php?mode=n§ion=5'),
|
|
||||||
(u'Multimedia', u'http://pccentre.pl/backend.php?mode=n§ion=6'),
|
|
||||||
(u'Biznes', u'http://pccentre.pl/backend.php?mode=n§ion=9')]
|
|
||||||
|
|
||||||
def print_version(self, url):
|
|
||||||
return url.replace('show', 'print')
|
|
Loading…
x
Reference in New Issue
Block a user