summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/UlozTo.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/UlozTo.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/UlozTo.py')
-rw-r--r--module/plugins/hoster/UlozTo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/UlozTo.py b/module/plugins/hoster/UlozTo.py
index 5c38fdaad..1c3891eb1 100644
--- a/module/plugins/hoster/UlozTo.py
+++ b/module/plugins/hoster/UlozTo.py
@@ -27,7 +27,7 @@ class UlozTo(SimpleHoster):
__name__ = "UlozTo"
__type__ = "hoster"
__pattern__ = r"http://(\w*\.)?(uloz\.to|ulozto\.(cz|sk|net)|bagruj.cz|zachowajto.pl)/(?:live/)?(?P<id>\w+/[^/?]*)"
- __version__ = "0.92"
+ __version__ = "0.93"
__description__ = """uloz.to"""
__author_name__ = ("zoidberg")
@@ -101,7 +101,7 @@ class UlozTo(SimpleHoster):
captcha_id = inputs[captcha_id_field]
captcha_text = self.decryptCaptcha("http://img.uloz.to/captcha/%s.png" % captcha_id)
- self.log.debug(' CAPTCHA ID:' + captcha_id + ' CAPTCHA TEXT:' + captcha_text)
+ self.logDebug(' CAPTCHA ID:' + captcha_id + ' CAPTCHA TEXT:' + captcha_text)
"""
self.setStorage("captcha_id", captcha_id)