diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-14 16:48:17 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-14 16:48:17 +0100 |
commit | bc54df5186ceb8d656c9e17f1e208f36f071c1cb (patch) | |
tree | bda974cd60be7d627e9dde613d345174f85c69c8 /module/plugins/hoster/UploadedTo.py | |
parent | ul direct download (diff) | |
download | pyload-bc54df5186ceb8d656c9e17f1e208f36f071c1cb.tar.xz |
new l18n files
Diffstat (limited to 'module/plugins/hoster/UploadedTo.py')
-rw-r--r-- | module/plugins/hoster/UploadedTo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/UploadedTo.py b/module/plugins/hoster/UploadedTo.py index 17765e1d3..426101c4c 100644 --- a/module/plugins/hoster/UploadedTo.py +++ b/module/plugins/hoster/UploadedTo.py @@ -82,6 +82,7 @@ class UploadedTo(Hoster): html = self.load(self.pyfile.url, utf8=True) except error, e: if e.args and e.args[0] == 23: + self.log.warning(_("Deactivate direct downloads in your Uploaded.to Account settings.")) self.download(self.pyfile.url) else: url = re.search(r'action="(http://.*\.uploaded.to/dl\?id=[^"]+)', html) |