mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-03 18:55:08 +01:00
kath.net bu Bobus
This commit is contained in:
parent
46ab37e98f
commit
5f2e4a1f3f
1 changed files with 16 additions and 0 deletions
16
resources/recipes/kath_net.recipe
Normal file
16
resources/recipes/kath_net.recipe
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class AdvancedUserRecipe1295262156(BasicNewsRecipe):
|
||||
title = u'kath.net'
|
||||
__author__ = 'Bobus'
|
||||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
|
||||
feeds = [(u'kath.net', u'http://www.kath.net/2005/xml/index.xml')]
|
||||
|
||||
|
||||
def print_version(self, url):
|
||||
return url+"&print=yes"
|
||||
|
||||
extra_css = 'td.textb {font-size: medium;}'
|
||||
|
||||
Loading…
Reference in a new issue