summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/XFileSharingPro.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-14 13:07:19 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-14 13:07:19 +0200
commit77ef3e137d2d9222d0f8965adf374e6712123a99 (patch)
tree86101e8fd3e0705d2cfde01ae0376e8587292686 /module/plugins/hooks/XFileSharingPro.py
parentNew crypter JunocloudMeFolder (diff)
downloadpyload-77ef3e137d2d9222d0f8965adf374e6712123a99.tar.xz
[XFSPHoster] TEXT_ENCODING support
Diffstat (limited to 'module/plugins/hooks/XFileSharingPro.py')
-rw-r--r--module/plugins/hooks/XFileSharingPro.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/XFileSharingPro.py b/module/plugins/hooks/XFileSharingPro.py
index 232c893cc..f5d40dd62 100644
--- a/module/plugins/hooks/XFileSharingPro.py
+++ b/module/plugins/hooks/XFileSharingPro.py
@@ -11,12 +11,12 @@ class XFileSharingPro(Hook):
__version__ = "0.15"
__config__ = [("activated", "bool", "Activated", True),
- ("match", "Always;Always except excluded;Listed only", "Match", "Always except excluded"),
+ ("match", "Always;Always except excluded;Listed only", "Hoster match", "Always except excluded"),
("load_default", "bool", "Include built-in hoster list", True),
("include_hosters", "str", "Include hosters (comma separated)", ""),
("exclude_hosters", "str", "Exclude hosters (comma separated)", "")]
- __description__ = """XFileSharingPro hook plugin"""
+ __description__ = """Load XFileSharingPro based hosters which don't need a own plugin to work fine"""
__license__ = "GPLv3"
__authors__ = [("zoidberg", "zoidberg@mujmail.cz"),
("Walter Purcaro", "vuolter@gmail.com")]