diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-23 19:29:15 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-23 19:29:15 +0100 |
commit | a4786e340993bbfc5d2bf971c9bec18863d3dd80 (patch) | |
tree | 4e17e7d7a6bf7a30b472de42a2edc7cda2e6c186 /module/plugins/hoster/SimplydebridCom.py | |
parent | [SimpleHoster] Code cosmetics (diff) | |
download | pyload-a4786e340993bbfc5d2bf971c9bec18863d3dd80.tar.xz |
[MultiHoster] Update
Diffstat (limited to 'module/plugins/hoster/SimplydebridCom.py')
-rw-r--r-- | module/plugins/hoster/SimplydebridCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/SimplydebridCom.py b/module/plugins/hoster/SimplydebridCom.py index e17ee41de..b4be77031 100644 --- a/module/plugins/hoster/SimplydebridCom.py +++ b/module/plugins/hoster/SimplydebridCom.py @@ -8,7 +8,7 @@ from module.plugins.internal.MultiHoster import MultiHoster, create_getInfo class SimplydebridCom(MultiHoster): __name__ = "SimplydebridCom" __type__ = "hoster" - __version__ = "0.13" + __version__ = "0.14" __pattern__ = r'http://(?:www\.)?\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/sd\.php/*' @@ -23,7 +23,7 @@ class SimplydebridCom(MultiHoster): self.chunkLimit = 1 - def handleMulti(self): + def handlePremium(self): #fix the links for simply-debrid.com! self.link = self.pyfile.url self.link = self.link.replace("clz.to", "cloudzer.net/file") |