From be6c788623aedcf03b732c38758191c751d930c0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 10 Mar 2013 23:47:48 +0530 Subject: [PATCH] ... --- recipes/ledevoir.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ledevoir.recipe b/recipes/ledevoir.recipe index 7e0ef2af12..6208229386 100644 --- a/recipes/ledevoir.recipe +++ b/recipes/ledevoir.recipe @@ -97,7 +97,7 @@ class ledevoir(BasicNewsRecipe): .texte {font-size:1.15em;line-height:1.4em;margin-bottom:17px;} ''' def get_browser(self): - br = BasicNewsRecipe.get_browser() + br = BasicNewsRecipe.get_browser(self) if self.username is not None and self.password is not None: br.open('http://www.ledevoir.com') br.select_form(nr=0)