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)