summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/MultiDebridCom.py
diff options
context:
space:
mode:
authorGravatar stickell <l.stickell@yahoo.it> 2014-09-11 12:16:03 +0200
committerGravatar stickell <l.stickell@yahoo.it> 2014-09-11 12:16:03 +0200
commit22334b664ff2be7bbbe0627e4d65cf222bd29919 (patch)
treec53c89bce263b73358a5493b06bb78f0b1bbcad0 /module/plugins/hooks/MultiDebridCom.py
parent[File4safe] distributing LINK_PATTERN (diff)
downloadpyload-22334b664ff2be7bbbe0627e4d65cf222bd29919.tar.xz
[MultiDebrid] renamed to Myfastline
Diffstat (limited to 'module/plugins/hooks/MultiDebridCom.py')
-rw-r--r--module/plugins/hooks/MultiDebridCom.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/module/plugins/hooks/MultiDebridCom.py b/module/plugins/hooks/MultiDebridCom.py
index c5d1464f8..e27ec8040 100644
--- a/module/plugins/hooks/MultiDebridCom.py
+++ b/module/plugins/hooks/MultiDebridCom.py
@@ -8,21 +8,18 @@ from module.plugins.internal.MultiHoster import MultiHoster
class MultiDebridCom(MultiHoster):
__name__ = "MultiDebridCom"
__type__ = "hook"
- __version__ = "0.01"
-
+ __version__ = "0.02"
__config__ = [("activated", "bool", "Activated", False),
("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"),
("hosterList", "str", "Hoster list (comma separated)", ""),
("unloadFailing", "bool", "Revert to standard download if download fails", False),
("interval", "int", "Reload interval in hours (0 to disable)", 24)]
-
- __description__ = """Multi-debrid.com hook plugin"""
+ __description__ = """Myfastfile.com hook plugin"""
__author_name__ = "stickell"
__author_mail__ = "l.stickell@yahoo.it"
-
def getHoster(self):
- json_data = getURL('http://multi-debrid.com/api.php?hosts', decode=True)
+ json_data = getURL('http://myfastfile.com/api.php?hosts', decode=True)
self.logDebug('JSON data: ' + json_data)
json_data = json_loads(json_data)