diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-01-04 11:38:31 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-01-04 11:38:31 +0100 |
commit | 6c2dffc73801f66b12a1fe800ea743224549fe94 (patch) | |
tree | 3b73679539a410f0bb7e3bfaf0b4babc89384053 | |
parent | Shareonline: added HTTPS (diff) | |
parent | Update AlldebridCom.py (diff) | |
download | pyload-6c2dffc73801f66b12a1fe800ea743224549fe94.tar.xz |
Merge pull request #454 from git-commit/patch-1
Update AlldebridCom.py hook
-rw-r--r-- | module/plugins/hooks/AlldebridCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/AlldebridCom.py b/module/plugins/hooks/AlldebridCom.py index d0e9b1f77..775e6adc3 100644 --- a/module/plugins/hooks/AlldebridCom.py +++ b/module/plugins/hooks/AlldebridCom.py @@ -18,7 +18,7 @@ class AlldebridCom(MultiHoster): ("unloadFailing", "bool", "Revert to stanard download if download fails", "False"), ("interval", "int", "Reload interval in hours (0 to disable)", "24")] - __description__ = """Real-Debrid.com hook plugin""" + __description__ = """Alldebrid.com hook plugin""" __author_name__ = ("Andy, Voigt") __author_mail__ = ("spamsales@online.de") |