summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/MyfastfileCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-17 23:03:46 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-17 23:03:46 +0100
commit0860e09f5ff16ee3f097f6f9d444f277a38abd72 (patch)
tree29202b0fa114999e4bed45aaabf08ae0e49cc8ce /module/plugins/hoster/MyfastfileCom.py
parent[SimpleHoster] Fix filesize recognition (diff)
downloadpyload-0860e09f5ff16ee3f097f6f9d444f277a38abd72.tar.xz
Extend SimpleHoster in multi-hoster plugins (3)
Diffstat (limited to 'module/plugins/hoster/MyfastfileCom.py')
-rw-r--r--module/plugins/hoster/MyfastfileCom.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/module/plugins/hoster/MyfastfileCom.py b/module/plugins/hoster/MyfastfileCom.py
index f009a83b5..2b9200d4b 100644
--- a/module/plugins/hoster/MyfastfileCom.py
+++ b/module/plugins/hoster/MyfastfileCom.py
@@ -18,6 +18,9 @@ class MyfastfileCom(SimpleHoster):
__authors__ = [("stickell", "l.stickell@yahoo.it")]
+ MULTI_HOSTER = True
+
+
def setup(self):
self.chunkLimit = -1
self.resumeDownload = True