summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/VidPlayNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/VidPlayNet.py')
-rw-r--r--module/plugins/accounts/VidPlayNet.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/module/plugins/accounts/VidPlayNet.py b/module/plugins/accounts/VidPlayNet.py
new file mode 100644
index 000000000..5bfc24963
--- /dev/null
+++ b/module/plugins/accounts/VidPlayNet.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+
+from module.plugins.internal.XFSAccount import XFSAccount
+
+
+class VidPlayNet(XFSAccount):
+ __name__ = "VidPlayNet"
+ __type__ = "account"
+ __version__ = "0.02"
+
+ __description__ = """VidPlay.net account plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
+
+
+ HOSTER_DOMAIN = "vidplay.net"