diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-02 03:26:41 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-02 03:26:41 +0200 |
commit | f8ee62fa313beddc7af46dc1c361adb8577d0fa4 (patch) | |
tree | 3f37fdd4142da53d8649ba593528e82462df3b3c /module/plugins/internal/SimpleHoster.py | |
parent | [SimpleCrypter] Update (diff) | |
download | pyload-f8ee62fa313beddc7af46dc1c361adb8577d0fa4.tar.xz |
Fix https://github.com/pyload/pyload/issues/1446
Diffstat (limited to 'module/plugins/internal/SimpleHoster.py')
-rw-r--r-- | module/plugins/internal/SimpleHoster.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py index 52ec25a5a..16e9c7f2e 100644 --- a/module/plugins/internal/SimpleHoster.py +++ b/module/plugins/internal/SimpleHoster.py @@ -317,6 +317,7 @@ class SimpleHoster(Hoster): MULTI_HOSTER = False #: Set to True to leech other hoster link (as defined in handleMulti method) TEXT_ENCODING = False #: Set to True or encoding name if encoding value in http header is not correct + directLink = getFileURL #@TODO: Remove in 0.4.10 |