summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/UlozTo.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-27 10:29:06 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-27 10:29:06 +0200
commit5ceb174cb7eb6a3cf706a1ed861ddd778069d7b6 (patch)
tree046fe11e36d73e7c601d9a32ea5ab2ee1bbd9fd1 /module/plugins/hoster/UlozTo.py
parentUpdate internal plugins (diff)
downloadpyload-5ceb174cb7eb6a3cf706a1ed861ddd778069d7b6.tar.xz
Then update others
Diffstat (limited to 'module/plugins/hoster/UlozTo.py')
-rw-r--r--module/plugins/hoster/UlozTo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/UlozTo.py b/module/plugins/hoster/UlozTo.py
index d2ac4ea28..73261324b 100644
--- a/module/plugins/hoster/UlozTo.py
+++ b/module/plugins/hoster/UlozTo.py
@@ -148,7 +148,7 @@ class UlozTo(SimpleHoster):
elif check == "not_found":
self.fail(_("Server error, file not downloadable"))
- return super(UlozTo, self).checkFile()
+ return super(UlozTo, self).check_file()
getInfo = create_getInfo(UlozTo)