diff options
| author | 2012-01-08 14:44:59 +0100 | |
|---|---|---|
| committer | 2012-01-08 14:44:59 +0100 | |
| commit | bac28b7740aae772636d8b90e291d9c17dfd59a7 (patch) | |
| tree | 08b6bd4f00cf27819f06d24f363d633b852f50a3 /module/plugins/hoster | |
| parent | some cleanups (diff) | |
| download | pyload-bac28b7740aae772636d8b90e291d9c17dfd59a7.tar.xz | |
new MultiHoster hook
Diffstat (limited to 'module/plugins/hoster')
| -rw-r--r-- | module/plugins/hoster/RealdebridCom.py | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/module/plugins/hoster/RealdebridCom.py b/module/plugins/hoster/RealdebridCom.py index 62c09aaa8..376ae3414 100644 --- a/module/plugins/hoster/RealdebridCom.py +++ b/module/plugins/hoster/RealdebridCom.py @@ -8,12 +8,11 @@ from random import randrange  from module.plugins.Hoster import Hoster
  class RealdebridCom(Hoster):
 -    __name__ = "RealdebridCom"
      __version__ = "0.41"
 -    __type__ = "hoster"
 -
      __pattern__ = r"https?://.*real-debrid\..*"
      __description__ = """Real-Debrid.com hoster plugin"""
 +    __config__ = [("https", "bool", _("Enable HTTPS"), False)]
 +
      __author_name__ = ("Devirex, Hazzard")
      __author_mail__ = ("naibaf_11@yahoo.de")
  | 
