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:
Kovid Goyal 2013-08-08 08:03:26 +05:30
parent 39e76dfedf
commit a8f29d9159
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
__license__ = 'GPL v3' __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 www.thesundaytimes.co.uk
''' '''
@ -50,7 +50,7 @@ class TimesOnline(BasicNewsRecipe):
,'username':self.username ,'username':self.username
,'password':self.password ,'password':self.password
}) })
br.open('https://acs.thetimes.co.uk/user/login',data) br.open('https://login.thetimes.co.uk/',data)
return br return br
remove_tags = [ remove_tags = [

View File

@ -1,6 +1,6 @@
__license__ = 'GPL v3' __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 www.thetimes.co.uk
''' '''
@ -49,7 +49,7 @@ class TimesOnline(BasicNewsRecipe):
,'username':self.username ,'username':self.username
,'password':self.password ,'password':self.password
}) })
br.open('https://acs.thetimes.co.uk/user/login',data) br.open('https://login.thetimes.co.uk/',data)
return br return br
remove_tags = [ remove_tags = [