summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/OverLoadMe.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/OverLoadMe.py')
-rw-r--r--pyload/plugin/hoster/OverLoadMe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/OverLoadMe.py b/pyload/plugin/hoster/OverLoadMe.py
index ca365549a..ad15f60df 100644
--- a/pyload/plugin/hoster/OverLoadMe.py
+++ b/pyload/plugin/hoster/OverLoadMe.py
@@ -47,6 +47,6 @@ class OverLoadMe(MultiHoster):
pyfile.size = parseFileSize(data['filesize'])
http_repl = ["http://", "https://"]
- self.link = data['downloadlink'].replace(*http_repl if self.getConfig('ssl') else *http_repl[::-1])
+ self.link = data['downloadlink'].replace(*http_repl if self.getConfig('ssl') else http_repl[::-1])