From 6e116969622129a7724e3b00a6904afabac4cc8d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 2 Mar 2011 20:40:22 -0700 Subject: [PATCH] Fix #9240 (Post Today newspaper recipe) --- resources/recipes/post_today.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/recipes/post_today.recipe b/resources/recipes/post_today.recipe index dc86e68191..a86e154b84 100644 --- a/resources/recipes/post_today.recipe +++ b/resources/recipes/post_today.recipe @@ -3,7 +3,7 @@ from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1299061355(BasicNewsRecipe): title = u'Post Today' language = 'th' - __author__ = "Chotechai" + __author__ = "Chotechai P." oldest_article = 7 max_articles_per_feed = 100 cover_url = 'http://upload.wikimedia.org/wikipedia/th/2/2e/Posttoday_Logo.png'