diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-02-09 17:42:31 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-02-09 17:42:31 +0100 |
commit | 6616c00ba1c40f5d56959bd0e4725f26250e1292 (patch) | |
tree | 17ca0a420cf6c104c9a78a0d31d7a81fc7270f5c /module/plugins/internal/XFSHoster.py | |
parent | [CaptchaService] Cleanup (diff) | |
download | pyload-6616c00ba1c40f5d56959bd0e4725f26250e1292.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/internal/XFSHoster.py')
-rw-r--r-- | module/plugins/internal/XFSHoster.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/XFSHoster.py b/module/plugins/internal/XFSHoster.py index 624534dbd..624db87b7 100644 --- a/module/plugins/internal/XFSHoster.py +++ b/module/plugins/internal/XFSHoster.py @@ -16,7 +16,7 @@ from module.utils import html_unescape class XFSHoster(SimpleHoster): __name__ = "XFSHoster" __type__ = "hoster" - __version__ = "0.41" + __version__ = "0.42" __pattern__ = r'^unmatchable$' @@ -89,7 +89,7 @@ class XFSHoster(SimpleHoster): self.directDL = self.premium - def downloadLink(self, link, disposition=False): #@TODO: Set `disposition=True` in 0.4.10 + def downloadLink(self, link, disposition=True): if link and isinstance(link, basestring): self.correctCaptcha() |