summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/OverLoadMe.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/OverLoadMe.py')
-rw-r--r--module/plugins/hoster/OverLoadMe.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/module/plugins/hoster/OverLoadMe.py b/module/plugins/hoster/OverLoadMe.py
index d4f4c0135..67563ca3d 100644
--- a/module/plugins/hoster/OverLoadMe.py
+++ b/module/plugins/hoster/OverLoadMe.py
@@ -46,6 +46,7 @@ class OverLoadMe(MultiHoster):
'link': pyfile.url})
data = json_loads(page)
+
self.logDebug(data)
if data['error'] == 1:
@@ -59,9 +60,6 @@ class OverLoadMe(MultiHoster):
http_repl = ["http://", "https://"]
self.link = data['downloadlink'].replace(*http_repl if self.getConfig("ssl") else *http_repl[::-1])
- if self.link != pyfile.url:
- self.logDebug("New URL: %s" % self.link)
-
if pyfile.name.startswith("http") or pyfile.name.startswith("Unknown") or pyfile.name.endswith('..'):
# only use when name wasn't already set
pyfile.name = self.getFilename(self.link)