Read Swiat Czytnikow on your iPad or Kindle in no time. Click download to load the free ebook on your reader.

Check out all the available public recipes or write your own with these quick start guides. ReadBeam is built on calibre, so everything in the docs and the fora applies here as well.

Download for free »

Czytniki e-książek w Polsce. Jak wybrać, kupić i korzystać z Amazon Kindle i innych

Language: pl

Requires Subscription: No, it's available as free ebook

Schedule Every morning

			  #!/usr/bin/env  python

__license__   = 'GPL v3'
__copyright__ = u'2011, Tomasz Dlugosz <tomek3d@gmail.com>'
'''
swiatczytnikow.pl
'''

import re
from calibre.web.feeds.news import BasicNewsRecipe

class swiatczytnikow(BasicNewsRecipe):
    title          = u'Swiat Czytnikow'
    description    = u'Czytniki e-książek w Polsce. Jak wybrać, kupić i korzystać z Amazon Kindle i innych'
    language = 'pl'
    __author__ = u'Tomasz D\u0142ugosz'
    oldest_article = 7
    max_articles_per_feed = 100

    feeds       = [(u'Świat Czytników - wpisy', u'http://swiatczytnikow.pl/feed')]

    remove_tags = [dict(name = 'ul', attrs = {'class' : 'similar-posts'})]

    preprocess_regexps = [(re.compile(u'<h3>Czytaj dalej:</h3>'), lambda match: '')]