From 55fe0f86b2a13103b177c37aa981abd6f4caec38 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 8 Sep 2016 19:32:46 +0530 Subject: [PATCH] ... --- recipes/nikkei_news.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/nikkei_news.recipe b/recipes/nikkei_news.recipe index 6e450735bb..994ba564c0 100644 --- a/recipes/nikkei_news.recipe +++ b/recipes/nikkei_news.recipe @@ -63,9 +63,9 @@ class NikkeiNet_paper_subscription(BasicNewsRecipe): br.submit() # response = br.response() print "-------------------------got login form------------------------------------" - br.select_form(name='LA0210Form01') - br['LA0210Form01:LA0210Email'] = self.username - br['LA0210Form01:LA0210Password'] = self.password + br.select_form(name='LA7010Form01') + br['LA7010Form01:LA7010Email'] = self.username + br['LA7010Form01:LA7010Password'] = self.password br.submit() # response = br.response() print "-------------------------JS redirect---------------------------------------"