diff options
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | module/plugins/hooks/AlldebridCom.py | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,3 @@ - Description =========== @@ -11,7 +10,7 @@ pyLoad is written entirely in Python and is currently under heavy development. For news, downloads, wiki, forum and further information visit http://pyload.org/ To report bugs, suggest features, ask a question, get the developer version -or help us out, visit http://bitbucket.org/spoob/pyload/ +or help us out, visit http://github.com/pyload/pyload Documentation about extending pyLoad can be found at http://docs.pyload.org or join us at #pyload on irc.freenode.net 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") |