From 5e396bcb58a8688e46f663d3a1dfa4d62496bc93 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 27 Sep 2014 17:37:46 +0200 Subject: [FiredriveCom] Fix TEMP_OFFLINE_PATTERN --- module/plugins/hoster/XFileSharingPro.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/plugins/hoster/XFileSharingPro.py') diff --git a/module/plugins/hoster/XFileSharingPro.py b/module/plugins/hoster/XFileSharingPro.py index e488b256d..18f6ff8bd 100644 --- a/module/plugins/hoster/XFileSharingPro.py +++ b/module/plugins/hoster/XFileSharingPro.py @@ -31,9 +31,11 @@ class XFileSharingPro(SimpleHoster): FILE_URL_REPLACEMENTS = [(r'/embed-(\w{12}).*', r'/\1')] #: support embedded files + FILE_INFO_PATTERN = r'Filename:(?P[^<]+)\s*.*?\((?P[^<]+)\)' FILE_NAME_PATTERN = r'[\d\.\,]+) ?(?P\w+)?\)' + OFFLINE_PATTERN = r'>\w+ (Not Found|file (was|has been) removed)' WAIT_PATTERN = r'.*?>(\d+)' -- cgit v1.2.3