summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FileApeCom.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-17 13:53:09 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-17 13:53:09 +0200
commit96e9e7503f34260a2c34dd4f17d03287936e4d31 (patch)
treeec6a7049ec03e91fb856850e0a50cb372d2b3aaf /module/plugins/hoster/FileApeCom.py
parentBitshareCom: fixed #188 (diff)
parentfixed log api call for several plugins (diff)
downloadpyload-96e9e7503f34260a2c34dd4f17d03287936e4d31.tar.xz
Merge pull request #199 from vuolter/pluginlogfix
Fix log api call for several plugins
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