summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FshareVn.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FshareVn.py')
-rw-r--r--module/plugins/hoster/FshareVn.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/FshareVn.py b/module/plugins/hoster/FshareVn.py
index 77d6fdb3d..3d26c1943 100644
--- a/module/plugins/hoster/FshareVn.py
+++ b/module/plugins/hoster/FshareVn.py
@@ -24,7 +24,7 @@ class FshareVn(SimpleHoster):
__name__ = "FshareVn"
__type__ = "hoster"
__pattern__ = r"http://(www\.)?fshare.vn/file/.*"
- __version__ = "0.14"
+ __version__ = "0.15"
__description__ = """FshareVn Download Hoster"""
__author_name__ = ("zoidberg")
__author_mail__ = ("zoidberg@mujmail.cz")
@@ -99,7 +99,7 @@ class FshareVn(SimpleHoster):
self.account.relogin(self.user)
self.retry(5, 1, 'VIP URL not found')
self.url = found.group(1)
- self.logDebug('VIP URL: ' + url)
+ self.logDebug('VIP URL: ' + self.url)
self.download(self.url)
@@ -125,4 +125,4 @@ class FshareVn(SimpleHoster):
})
if check == "not_found":
- self.fail("File not found on server") \ No newline at end of file
+ self.fail("File not found on server")