summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/BasketbuildCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/BasketbuildCom.py')
-rw-r--r--module/plugins/hoster/BasketbuildCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/BasketbuildCom.py b/module/plugins/hoster/BasketbuildCom.py
index 89e4d39f9..cfc945464 100644
--- a/module/plugins/hoster/BasketbuildCom.py
+++ b/module/plugins/hoster/BasketbuildCom.py
@@ -17,7 +17,7 @@ class BasketbuildCom(SimpleHoster):
__pattern__ = r'https?://(?:www\.)?(?:\w\.)?basketbuild\.com/filedl/.+'
__config__ = [("use_premium", "bool", "Use premium account if available", True)]
- __description__ = """basketbuild.com hoster plugin"""
+ __description__ = """Basketbuild.com hoster plugin"""
__license__ = "GPLv3"
__authors__ = [("zapp-brannigan", "fuerst.reinje@web.de")]