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 = [