From 995195e65c7ff8751df8eca6316524db6638c005 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 9 Jan 2015 22:18:36 +0100 Subject: [BasePlugin] Fix another typo Removed ':' from line 77 --- module/plugins/hoster/BasePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py index 4113ff42a..e4cc84f6b 100644 --- a/module/plugins/hoster/BasePlugin.py +++ b/module/plugins/hoster/BasePlugin.py @@ -74,7 +74,7 @@ class BasePlugin(Hoster): check = self.checkDownload({'empty file': re.compile(r'\A\Z'), 'html file' : re.compile(r'\A\s*)?\d{3}(\Z|\s+)')}): + 'html error': re.compile(r'\A\s*(<.+>)?\d{3}(\Z|\s+)')}) if check: self.fail(check.capitalize()) -- cgit v1.2.3