summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/TurbobitNet.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-09 01:52:24 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-09 01:52:24 +0200
commitda1180bc2d428ad52fbbecda8473fc1fb7267438 (patch)
tree1565947cf7b67e21e28f0c27df2f9dd3e91bb1ca /module/plugins/hoster/TurbobitNet.py
parentNew plugin: TNTVillageScambioeticoOrg (diff)
downloadpyload-da1180bc2d428ad52fbbecda8473fc1fb7267438.tar.xz
[SimpleHoster] Improve checkFile
Diffstat (limited to 'module/plugins/hoster/TurbobitNet.py')
-rw-r--r--module/plugins/hoster/TurbobitNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/TurbobitNet.py b/module/plugins/hoster/TurbobitNet.py
index 254e06c2a..a4c36bc2a 100644
--- a/module/plugins/hoster/TurbobitNet.py
+++ b/module/plugins/hoster/TurbobitNet.py
@@ -22,7 +22,7 @@ class TurbobitNet(SimpleHoster):
__pattern__ = r'http://(?:www\.)?turbobit\.net/(?:download/free/)?(?P<ID>\w+)'
__config__ = [("use_premium", "bool", "Use premium account if available", True)]
- __description__ = """ Turbobit.net hoster plugin """
+ __description__ = """Turbobit.net hoster plugin"""
__license__ = "GPLv3"
__authors__ = [("zoidberg", "zoidberg@mujmail.cz"),
("prOq", None)]