mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-31 01:00:24 -05:00
15 lines
613 B
Plaintext
15 lines
613 B
Plaintext
from calibre.web.feeds.news import BasicNewsRecipe
|
|
class palmtop_pl(BasicNewsRecipe):
|
|
title = u'Palmtop.pl'
|
|
__author__ = 'fenuks'
|
|
description = 'wortal technologii mobilnych'
|
|
category = 'mobile'
|
|
language = 'pl'
|
|
cover_url='http://cdn.g-point.biz/wp-content/themes/palmtop-new/images/header_palmtop_logo.png'
|
|
masthead_url='http://cdn.g-point.biz/wp-content/themes/palmtop-new/images/header_palmtop_logo.png'
|
|
oldest_article = 7
|
|
max_articles_per_feed = 100
|
|
no_stylesheets = True
|
|
|
|
feeds = [(u'Newsy', u'http://palmtop.pl/feed/atom/')]
|