summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/VidPlayNet.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-08 19:51:40 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-08 19:51:40 +0200
commit355c80c5e456f22a4fd3247985710a46a43a79f9 (patch)
tree995c0204d7b38011ecf056b6772b11f36d8fa3d6 /module/plugins/hoster/VidPlayNet.py
parent[XFileSharingPro] Restore (diff)
downloadpyload-355c80c5e456f22a4fd3247985710a46a43a79f9.tar.xz
Fix previous plugins update
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}'