summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/XFSCrypter.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-04 03:23:39 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-04 03:23:39 +0100
commitedfaaed90d59991ada592da31a65cc518d7d3871 (patch)
tree0316f616bf82a0aded6b3466a0ef624ad1685e2a /module/plugins/internal/XFSCrypter.py
parent[SimpleCrypter][SimpleHoster] Fix info data retrieving (diff)
downloadpyload-edfaaed90d59991ada592da31a65cc518d7d3871.tar.xz
Code cosmetics
Diffstat (limited to 'module/plugins/internal/XFSCrypter.py')
-rw-r--r--module/plugins/internal/XFSCrypter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/XFSCrypter.py b/module/plugins/internal/XFSCrypter.py
index 2e491050b..fb6f7fed3 100644
--- a/module/plugins/internal/XFSCrypter.py
+++ b/module/plugins/internal/XFSCrypter.py
@@ -25,5 +25,5 @@ class XFSCrypter(SimpleCrypter):
LINK_PATTERN = r'<(?:td|TD) [^>]*>\s*<a href="(.+?)"[^>]*>.+?(?:</a>)?\s*</(?:td|TD)>'
NAME_PATTERN = r'<[tT]itle>.*?\: (.+) folder</[tT]itle>'
- OFFLINE_PATTERN = r'>\s*\w+ (Not Found|file (was|has been) removed)'
+ OFFLINE_PATTERN = r'>\s*\w+ (Not Found|file (was|has been) removed)'
TEMP_OFFLINE_PATTERN = r'>\s*\w+ server (is in )?(maintenance|maintainance)'