mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update The Sunday Times UK and The Times Online
Fixes #1208519 [Private bug](https://bugs.launchpad.net/calibre/+bug/1208519)
This commit is contained in:
parent
39e76dfedf
commit
a8f29d9159
@ -1,6 +1,6 @@
|
||||
|
||||
__license__ = 'GPL v3'
|
||||
__copyright__ = '2010-2012, Darko Miletic <darko.miletic at gmail.com>'
|
||||
__copyright__ = '2010-2013, Darko Miletic <darko.miletic at gmail.com>'
|
||||
'''
|
||||
www.thesundaytimes.co.uk
|
||||
'''
|
||||
@ -50,7 +50,7 @@ class TimesOnline(BasicNewsRecipe):
|
||||
,'username':self.username
|
||||
,'password':self.password
|
||||
})
|
||||
br.open('https://acs.thetimes.co.uk/user/login',data)
|
||||
br.open('https://login.thetimes.co.uk/',data)
|
||||
return br
|
||||
|
||||
remove_tags = [
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
__license__ = 'GPL v3'
|
||||
__copyright__ = '2009-2012, Darko Miletic <darko.miletic at gmail.com>'
|
||||
__copyright__ = '2009-2013, Darko Miletic <darko.miletic at gmail.com>'
|
||||
'''
|
||||
www.thetimes.co.uk
|
||||
'''
|
||||
@ -49,7 +49,7 @@ class TimesOnline(BasicNewsRecipe):
|
||||
,'username':self.username
|
||||
,'password':self.password
|
||||
})
|
||||
br.open('https://acs.thetimes.co.uk/user/login',data)
|
||||
br.open('https://login.thetimes.co.uk/',data)
|
||||
return br
|
||||
|
||||
remove_tags = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user