mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 20:03:36 +02:00
eKundelek.pl by Artur Stachecki
This commit is contained in:
parent
5aa627e5ed
commit
b402a8ad2e
1 changed files with 18 additions and 0 deletions
18
recipes/ekundelek_pl.recipe
Normal file
18
recipes/ekundelek_pl.recipe
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
__license__ = 'GPL v3'
|
||||
__copyright__ = u'2012, Artur Stachecki <artur.stachecki@gmail.com>'
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class swiatczytnikow(BasicNewsRecipe):
|
||||
title = u'eKundelek'
|
||||
description = u'Najsympatyczniejszy blog o e-czytnikach Kindle'
|
||||
language = 'pl'
|
||||
__author__ = u'Artur Stachecki'
|
||||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
|
||||
remove_tags = [dict(name = 'div', attrs = {'class' : 'feedflare'})]
|
||||
|
||||
feeds = [(u'Wpisy', u'http://feeds.feedburner.com/Ekundelekpl?format=xml')]
|
||||
Loading…
Reference in a new issue