mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-18 00:33:09 +02:00
...
This commit is contained in:
parent
7800024bac
commit
fbcd3eb279
2 changed files with 2 additions and 2 deletions
|
|
@ -11,6 +11,8 @@ class TPM_uk(BasicNewsRecipe):
|
|||
__author__ = 'Darko Miletic'
|
||||
description = 'Title says it all'
|
||||
publisher = "The Philosophers' Magazine"
|
||||
recipe_disabled = ('This recipe has been disabled as the website has'
|
||||
' started providing articles only in PDF form')
|
||||
category = 'philosophy, news'
|
||||
oldest_article = 25
|
||||
max_articles_per_feed = 200
|
||||
|
|
|
|||
|
|
@ -259,5 +259,3 @@ def create_fdst_table(self):
|
|||
start = 0 if i == 0 else self.fdst_table[-1].end
|
||||
self.fdst_table.append(FDST(start, start + len(flow)))
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue