From a8f29d9159ec5d04c202a0177b050238cda51788 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 8 Aug 2013 08:03:26 +0530 Subject: [PATCH] Update The Sunday Times UK and The Times Online Fixes #1208519 [Private bug](https://bugs.launchpad.net/calibre/+bug/1208519) --- recipes/sunday_times.recipe | 4 ++-- recipes/times_online.recipe | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/sunday_times.recipe b/recipes/sunday_times.recipe index 2ffb65423d..c4cdbcbd85 100644 --- a/recipes/sunday_times.recipe +++ b/recipes/sunday_times.recipe @@ -1,6 +1,6 @@ __license__ = 'GPL v3' -__copyright__ = '2010-2012, Darko Miletic ' +__copyright__ = '2010-2013, Darko Miletic ' ''' 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 = [ diff --git a/recipes/times_online.recipe b/recipes/times_online.recipe index 2213c3a116..318c1c7508 100644 --- a/recipes/times_online.recipe +++ b/recipes/times_online.recipe @@ -1,6 +1,6 @@ __license__ = 'GPL v3' -__copyright__ = '2009-2012, Darko Miletic ' +__copyright__ = '2009-2013, Darko Miletic ' ''' 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 = [