From 3f5c09eeff840ecfe8b526fc284909e5878029cd Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 5 Oct 2014 03:13:06 +0200 Subject: Update plugins to work with XFSPHoster --- pyload/plugins/hoster/EpicShareNet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/hoster/EpicShareNet.py') diff --git a/pyload/plugins/hoster/EpicShareNet.py b/pyload/plugins/hoster/EpicShareNet.py index f653c0aee..ee315a26c 100644 --- a/pyload/plugins/hoster/EpicShareNet.py +++ b/pyload/plugins/hoster/EpicShareNet.py @@ -3,10 +3,10 @@ # Test links: # BigBuckBunny_320x180.mp4 - 61.7 Mb - http://epicshare.net/fch3m2bk6ihp/BigBuckBunny_320x180.mp4.html -from pyload.plugins.internal.XFileSharingPro import XFileSharingPro, create_getInfo +from pyload.plugins.internal.XFSPHoster import XFSPHoster, create_getInfo -class EpicShareNet(XFileSharingPro): +class EpicShareNet(XFSPHoster): __name__ = "EpicShareNet" __type__ = "hoster" __version__ = "0.01" -- cgit v1.2.3