summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/UlozTo.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-06 05:33:38 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-06 05:33:38 +0200
commit049298dbdbff33918454b03a3b072f418d47af97 (patch)
treec517dd205b9709eba77bc33d3f8f8e1ff0e3cc41 /module/plugins/accounts/UlozTo.py
parent[HighWayMe] Cleanup (diff)
downloadpyload-049298dbdbff33918454b03a3b072f418d47af97.tar.xz
Use SSL when login account
Diffstat (limited to 'module/plugins/accounts/UlozTo.py')
-rw-r--r--module/plugins/accounts/UlozTo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/UlozTo.py b/module/plugins/accounts/UlozTo.py
index f95c8834b..d0a1ecedf 100644
--- a/module/plugins/accounts/UlozTo.py
+++ b/module/plugins/accounts/UlozTo.py
@@ -36,7 +36,7 @@ class UlozTo(Account):
action = re.findall('<form action="(.+?)"', login_page)[1].replace('&amp;', '&')
token = re.search('_token_" value="(.+?)"', login_page).group(1)
- html = req.load(urlparse.urljoin("http://www.ulozto.net/", action),
+ html = req.load(urlparse.urljoin("https://www.ulozto.net/", action),
post={'_token_' : token,
'do' : "loginForm-submit",
'login' : u"Přihlásit",