From 3758f5e1dfccc70e4bb733e4e6a5932967bbf787 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 23 Oct 2015 04:32:27 +0200 Subject: Fix XFS plugins --- module/plugins/hoster/NovafileCom.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/plugins/hoster/NovafileCom.py') diff --git a/module/plugins/hoster/NovafileCom.py b/module/plugins/hoster/NovafileCom.py index 0d83a8aee..6d07bbc1a 100644 --- a/module/plugins/hoster/NovafileCom.py +++ b/module/plugins/hoster/NovafileCom.py @@ -10,7 +10,7 @@ from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo class NovafileCom(XFSHoster): __name__ = "NovafileCom" __type__ = "hoster" - __version__ = "0.07" + __version__ = "0.08" __status__ = "testing" __pattern__ = r'http://(?:www\.)?novafile\.com/\w{12}' @@ -22,6 +22,8 @@ class NovafileCom(XFSHoster): ("stickell", "l.stickell@yahoo.it")] + PLUGIN_DOMAIN = "novafile.com" + ERROR_PATTERN = r'class="alert.+?alert-separate".*?>\s*(?:

)?(.*?)\s*Please wait (\d+) seconds

' -- cgit v1.2.3