mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Titanic by Krittika Goyal
This commit is contained in:
parent
3ea35d348c
commit
de4d1a0f80
20
recipes/titanic_de.recipe
Normal file
20
recipes/titanic_de.recipe
Normal file
@ -0,0 +1,20 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class Titanic(BasicNewsRecipe):
|
||||
title = u'Titanic'
|
||||
language = 'de'
|
||||
__author__ = 'Krittika Goyal'
|
||||
oldest_article = 14 #days
|
||||
max_articles_per_feed = 25
|
||||
#encoding = 'cp1252'
|
||||
use_embedded_content = False
|
||||
|
||||
no_stylesheets = True
|
||||
auto_cleanup = True
|
||||
|
||||
|
||||
feeds = [
|
||||
('News',
|
||||
'http://www.titanic-magazin.de/ich.war.bei.der.waffen.rss'),
|
||||
]
|
||||
|
@ -29,6 +29,8 @@ class PagedDisplay
|
||||
this.current_page_height = null
|
||||
this.document_margins = null
|
||||
this.use_document_margins = false
|
||||
this.footer_panel = null
|
||||
this.header_panel = null
|
||||
|
||||
read_document_margins: () ->
|
||||
# Read page margins from the document. First checks for an @page rule.
|
||||
|
Loading…
x
Reference in New Issue
Block a user