From 9250cc4a0df856ca131ed3f60f6aefae91634e88 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Jun 2013 21:20:49 +0530 Subject: [PATCH] ... --- recipes/folhadesaopaulo_sub.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/folhadesaopaulo_sub.recipe b/recipes/folhadesaopaulo_sub.recipe index bd29a9603d..70eea0d584 100644 --- a/recipes/folhadesaopaulo_sub.recipe +++ b/recipes/folhadesaopaulo_sub.recipe @@ -106,7 +106,7 @@ img { background: none !important; float: none; margin: 0px; } def parse_index(self): #Searching for the index page on the HOMEPAGE - hpsoup = self.index_to_soup(self.HOMEPAGE) + # hpsoup = self.index_to_soup(self.HOMEPAGE) #indexref = hpsoup.find('a', href=re.compile('^indices.*')) #self.log('--> tag containing the today s index: ', indexref) #INDEX = indexref['href']