diff options
Diffstat (limited to 'pyload/plugin/hoster/SimplydebridCom.py')
-rw-r--r-- | pyload/plugin/hoster/SimplydebridCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/SimplydebridCom.py b/pyload/plugin/hoster/SimplydebridCom.py index fb7beb3fb..a053e0b76 100644 --- a/pyload/plugin/hoster/SimplydebridCom.py +++ b/pyload/plugin/hoster/SimplydebridCom.py @@ -16,7 +16,7 @@ class SimplydebridCom(MultiHoster): __authors = [("Kagenoshin", "kagenoshin@gmx.ch")] - def handlePremium(self, pyfile): + def handle_premium(self, pyfile): # fix the links for simply-debrid.com! self.link = replace_patterns(pyfile.url, [("clz.to", "cloudzer.net/file") ("http://share-online", "http://www.share-online") |