From 2a8ebdb76680f484b9fd2140f9b74c434e35f126 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 18 Jan 2011 10:21:57 -0700 Subject: [PATCH] ... --- resources/recipes/ihned.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/recipes/ihned.recipe b/resources/recipes/ihned.recipe index daf63e19ed..a74f9e5649 100644 --- a/resources/recipes/ihned.recipe +++ b/resources/recipes/ihned.recipe @@ -5,7 +5,7 @@ from calibre.web.feeds.recipes import BasicNewsRecipe class IHNed(BasicNewsRecipe): - stahnout_vsechny = False + stahnout_vsechny = True #True = stahuje vsechny z homepage #False = stahuje pouze dnesni clanky (ze dne, kdy je skript spusten)