summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RapidfileshareNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/RapidfileshareNet.py')
-rw-r--r--module/plugins/hoster/RapidfileshareNet.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/module/plugins/hoster/RapidfileshareNet.py b/module/plugins/hoster/RapidfileshareNet.py
index 546e17a8d..d8f2a5a9e 100644
--- a/module/plugins/hoster/RapidfileshareNet.py
+++ b/module/plugins/hoster/RapidfileshareNet.py
@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
-from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo
+from module.plugins.internal.XFSHoster import XFSHoster
class RapidfileshareNet(XFSHoster):
__name__ = "RapidfileshareNet"
__type__ = "hoster"
- __version__ = "0.07"
+ __version__ = "0.08"
__status__ = "testing"
__pattern__ = r'http://(?:www\.)?rapidfileshare\.net/\w{12}'
@@ -28,6 +28,3 @@ class RapidfileshareNet(XFSHoster):
OFFLINE_PATTERN = r'>No such file with this filename'
TEMP_OFFLINE_PATTERN = r'The page may have been renamed, removed or be temporarily unavailable.<'
-
-
-getInfo = create_getInfo(RapidfileshareNet)