summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SecureUploadEu.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/SecureUploadEu.py')
-rw-r--r--module/plugins/hoster/SecureUploadEu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/SecureUploadEu.py b/module/plugins/hoster/SecureUploadEu.py
index 1b11d691d..bf0b349e6 100644
--- a/module/plugins/hoster/SecureUploadEu.py
+++ b/module/plugins/hoster/SecureUploadEu.py
@@ -15,7 +15,7 @@ class SecureUploadEu(XFileSharingPro):
HOSTER_NAME = "secureupload.eu"
FILE_INFO_PATTERN = '<h3>Downloading (?P<N>[^<]+) \((?P<S>[^<]+)\)</h3>'
- FILE_OFFLINE_PATTERN = 'The file was removed|File Not Found'
+ OFFLINE_PATTERN = 'The file was removed|File Not Found'
getInfo = create_getInfo(SecureUploadEu)