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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/VidPlayNet.py b/module/plugins/hoster/VidPlayNet.py
index d9c56965b..51bf66b24 100644
--- a/module/plugins/hoster/VidPlayNet.py
+++ b/module/plugins/hoster/VidPlayNet.py
@@ -3,13 +3,13 @@
# Test links:
# BigBuckBunny_320x180.mp4 - 61.7 Mb - http://vidplay.net/38lkev0h3jv0
-from module.plugins.hoster.XFSPHoster import XFSPHoster, create_getInfo
+from module.plugins.internal.XFSPHoster import XFSPHoster, create_getInfo
class VidPlayNet(XFSPHoster):
__name__ = "VidPlayNet"
__type__ = "hoster"
- __version__ = "0.02"
+ __version__ = "0.03"
__pattern__ = r'https?://(?:www\.)?vidplay\.net/\w{12}'