From 92eb20f85c58d53b410116c5db5b4d72e6426cf0 Mon Sep 17 00:00:00 2001 From: Martin Puppe Date: Thu, 16 May 2019 22:15:06 +0200 Subject: [PATCH] Replace URL for dashboard The URL for the dashboard has changed. This commit replaces the old one with the new one. --- Uberspace.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Uberspace.lua b/Uberspace.lua index 0319a3d..61f9ea8 100644 --- a/Uberspace.lua +++ b/Uberspace.lua @@ -5,7 +5,7 @@ --]] WebBanking{version = 1.02, - url = 'https://uberspace.de/login', + url = 'https://dashboard.uberspace.de/login', services = {'Uberspace.de'}, description = string.format( MM.localizeText("Get balance and transactions for %s"), @@ -24,7 +24,7 @@ function InitializeSession (protocol, bankCode, username, username2, -- Login. usUsername = username - html = HTML(usConnection:get('https://uberspace.de/login')) + html = HTML(usConnection:get('https://dashboard.uberspace.de/login')) html:xpath('//input[@name="login"]'):attr('value', username) html:xpath('//input[@name="password"]'):attr('value', password) @@ -67,7 +67,7 @@ function RefreshAccount (account, since) end html = HTML(usConnection:get( - 'https://uberspace.de/dashboard/accounting')) + 'https://dashboard.uberspace.de/dashboard/accounting')) tableRows = html:xpath( '//*[@id="transactions"]//tr[count(td)=3][position()