summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/UploadedTo.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-14 16:48:17 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-14 16:48:17 +0100
commitbc54df5186ceb8d656c9e17f1e208f36f071c1cb (patch)
treebda974cd60be7d627e9dde613d345174f85c69c8 /module/plugins/hoster/UploadedTo.py
parentul direct download (diff)
downloadpyload-bc54df5186ceb8d656c9e17f1e208f36f071c1cb.tar.xz
new l18n files
Diffstat (limited to 'module/plugins/hoster/UploadedTo.py')
-rw-r--r--module/plugins/hoster/UploadedTo.py1
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)