mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
94a6fcadcf
commit
cb9bec2b36
@ -40,7 +40,7 @@ class Fortune(BasicNewsRecipe):
|
||||
def get_browser(self):
|
||||
br = BasicNewsRecipe.get_browser(self)
|
||||
if self.username and self.password:
|
||||
br.open('http://fortune.com/sitemap/')
|
||||
br.open('https://fortune.com/')
|
||||
br.select_form(id='sign-in-form')
|
||||
br['username'] = self.username
|
||||
br['password'] = self.password
|
||||
|
Loading…
x
Reference in New Issue
Block a user