summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/VidPlayNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/VidPlayNet.py')
-rw-r--r--module/plugins/hoster/VidPlayNet.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/VidPlayNet.py b/module/plugins/hoster/VidPlayNet.py
index f6a3ee36c..e252535be 100644
--- a/module/plugins/hoster/VidPlayNet.py
+++ b/module/plugins/hoster/VidPlayNet.py
@@ -7,12 +7,13 @@ from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo
class VidPlayNet(XFSHoster):
- __name = "VidPlayNet"
+ __name__ = "VidPlayNet"
__type__ = "hoster"
__version__ = "0.05"
__status__ = "testing"
__pattern__ = r'https?://(?:www\.)?vidplay\.net/\w{12}'
+ __config__ = [("activated", "bool", "Activated", True)]
__description__ = """VidPlay.net hoster plugin"""
__license__ = "GPLv3"