mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
16 lines
584 B
Plaintext
16 lines
584 B
Plaintext
# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
|
|
|
|
from calibre.web.feeds.news import BasicNewsRecipe
|
|
class Mlody_technik(BasicNewsRecipe):
|
|
title = u'Mlody technik'
|
|
__author__ = 'fenuks'
|
|
description = u'Młody technik'
|
|
category = 'science'
|
|
language = 'pl'
|
|
cover_url='http://science-everywhere.pl/wp-content/uploads/2011/10/mt12.jpg'
|
|
no_stylesheets = True
|
|
oldest_article = 7
|
|
max_articles_per_feed = 100
|
|
#keep_only_tags=[dict(id='container')]
|
|
feeds = [(u'Artyku\u0142y', u'http://www.mt.com.pl/feed')]
|