mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-07 13:05:54 +01:00
...
This commit is contained in:
parent
613788f536
commit
9c41150b51
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ def get_browser(self, *args, **kwargs):
|
|||
Times recipe to login for full access::
|
||||
|
||||
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.nytimes.com/auth/login')
|
||||
br.select_form(name='login')
|
||||
|
|
|
|||
Loading…
Reference in a new issue