diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-08-02 17:26:45 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-08-02 17:26:45 +0200 |
commit | 7bc9440308f532ca6c7cca8873cb1178bede988d (patch) | |
tree | 9a660c4006185253a68c71c19666b33fed2f46cf /module/plugins/accounts | |
parent | Tiny fixes (diff) | |
parent | Fix for issue #1654 (diff) | |
download | pyload-7bc9440308f532ca6c7cca8873cb1178bede988d.tar.xz |
Merge pull request #1665 from J-8/stable
Fix for issue #1654
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/ShareonlineBiz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/ShareonlineBiz.py b/module/plugins/accounts/ShareonlineBiz.py index a1045bbe7..28b2b0c68 100644 --- a/module/plugins/accounts/ShareonlineBiz.py +++ b/module/plugins/accounts/ShareonlineBiz.py @@ -17,7 +17,7 @@ class ShareonlineBiz(Account): def api_response(self, user, password, req): - res = self.load("http://api.share-online.biz/cgi-bin", + res = self.load("https://api.share-online.biz/cgi-bin", get={'q' : "userdetails", 'aux' : "traffic", 'username': user, |