summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FileApeCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FileApeCom.py')
-rw-r--r--module/plugins/hoster/FileApeCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/FileApeCom.py b/module/plugins/hoster/FileApeCom.py
index 1f933e776..f5182a788 100644
--- a/module/plugins/hoster/FileApeCom.py
+++ b/module/plugins/hoster/FileApeCom.py
@@ -9,7 +9,7 @@ class FileApeCom(Hoster):
__name__ = "FileApeCom"
__type__ = "hoster"
__pattern__ = r"http://(www\.)?fileape\.com/(index\.php\?act=download\&id=|dl/)\w+"
- __version__ = "0.1"
+ __version__ = "0.11"
__description__ = """FileApe Download Hoster"""
__author_name__ = ("espes")
@@ -58,5 +58,5 @@ class FileApeCom(Hoster):
check = self.checkDownload({"exp": "Download ticket expired"})
if check == "exp":
- self.log.info("Ticket expired, retrying...")
+ self.logInfo("Ticket expired, retrying...")
self.retry() \ No newline at end of file