This commit is contained in:
Kovid Goyal 2012-04-20 20:11:12 +05:30
parent 7800024bac
commit fbcd3eb279
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,8 @@ class TPM_uk(BasicNewsRecipe):
__author__ = 'Darko Miletic' __author__ = 'Darko Miletic'
description = 'Title says it all' description = 'Title says it all'
publisher = "The Philosophers' Magazine" 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' category = 'philosophy, news'
oldest_article = 25 oldest_article = 25
max_articles_per_feed = 200 max_articles_per_feed = 200

View File

@ -259,5 +259,3 @@ class KF8Writer(object):
start = 0 if i == 0 else self.fdst_table[-1].end start = 0 if i == 0 else self.fdst_table[-1].end
self.fdst_table.append(FDST(start, start + len(flow))) self.fdst_table.append(FDST(start, start + len(flow)))