diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-03-21 17:22:35 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-03-21 17:22:35 +0100 |
commit | eadd14d7691eddb1eb5c58350b3518ef60865e7a (patch) | |
tree | c0d8554e15d362226ead36fd697341062f08538c /module/plugins/hoster | |
parent | [DeleteFinished] Define MIN_CHECK_INTERVAL (diff) | |
download | pyload-eadd14d7691eddb1eb5c58350b3518ef60865e7a.tar.xz |
[SimplydebridCom] Typo
Diffstat (limited to 'module/plugins/hoster')
-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 7079b7fbb..8af1c204d 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, rep class SimplydebridCom(MultiHoster): __name__ = "SimplydebridCom" __type__ = "hoster" - __version__ = "0.16" + __version__ = "0.17" __pattern__ = r'http://\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/sd\.php' @@ -24,7 +24,7 @@ class SimplydebridCom(MultiHoster): ("ul.to", "uploaded.net/file") ("uploaded.com", "uploaded.net") ("filerio.com", "filerio.in") - ("lumfile.com", "lumfile.se")] + ("lumfile.com", "lumfile.se")]) if 'fileparadox' in self.link: self.link = self.link.replace("http://", "https://") |