summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/VeehdCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/VeehdCom.py')
-rw-r--r--module/plugins/hoster/VeehdCom.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/plugins/hoster/VeehdCom.py b/module/plugins/hoster/VeehdCom.py
index 0d3c33f90..7f2ca4780 100644
--- a/module/plugins/hoster/VeehdCom.py
+++ b/module/plugins/hoster/VeehdCom.py
@@ -6,13 +6,14 @@ from module.plugins.internal.Hoster import Hoster
class VeehdCom(Hoster):
- __name = "VeehdCom"
+ __name__ = "VeehdCom"
__type__ = "hoster"
__version__ = "0.25"
__status__ = "testing"
__pattern__ = r'http://veehd\.com/video/\d+_\S+'
- __config__ = [("filename_spaces", "bool", "Allow spaces in filename", False),
+ __config__ = [("activated", "bool", "Activated", True),
+ ("filename_spaces", "bool", "Allow spaces in filename", False),
("replacement_char", "str", "Filename replacement character", "_")]
__description__ = """Veehd.com hoster plugin"""