mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
613788f536
commit
9c41150b51
@ -422,7 +422,7 @@ class BasicNewsRecipe(Recipe):
|
||||
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…
x
Reference in New Issue
Block a user