From 772e47ef806d18fd209e910be0535bce7c07dc7b Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 2 Nov 2014 22:47:07 +0100 Subject: Update all other plugins --- module/plugins/hoster/OneFichierCom.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/plugins/hoster/OneFichierCom.py') diff --git a/module/plugins/hoster/OneFichierCom.py b/module/plugins/hoster/OneFichierCom.py index 005279a6b..1b8be7eed 100644 --- a/module/plugins/hoster/OneFichierCom.py +++ b/module/plugins/hoster/OneFichierCom.py @@ -22,11 +22,11 @@ class OneFichierCom(SimpleHoster): ("Elrick69", "elrick69[AT]rocketmail[DOT]com")] - FILE_NAME_PATTERN = r'>Filename :\s*(?P.+?)<' - FILE_SIZE_PATTERN = r'>Size :\s*(?P[\d.,]+) (?P[\w^_]+)' + NAME_PATTERN = r'>Filename :\s*(?P.+?)<' + SIZE_PATTERN = r'>Size :\s*(?P[\d.,]+) (?P[\w^_]+)' OFFLINE_PATTERN = r'>The (requested)? file (could not be found|has been deleted)' - FILE_URL_REPLACEMENTS = [(__pattern__, r'http://\g.\g/en/')] + URL_REPLACEMENTS = [(__pattern__, r'http://\g.\g/en/')] WAIT_PATTERN = r'>You must wait (\d+)' -- cgit v1.2.3