From 823e2142c50e1eb3aa75005d6f5266b0759ee452 Mon Sep 17 00:00:00 2001 From: GamaC0de Date: Thu, 7 Apr 2016 17:29:46 +0300 Subject: [OneFichierCom] Update OFFLINE_PATTERN --- module/plugins/hoster/OneFichierCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module') diff --git a/module/plugins/hoster/OneFichierCom.py b/module/plugins/hoster/OneFichierCom.py index 51caaa657..e84a1a34b 100644 --- a/module/plugins/hoster/OneFichierCom.py +++ b/module/plugins/hoster/OneFichierCom.py @@ -10,7 +10,7 @@ from module.plugins.internal.misc import format_exc class OneFichierCom(SimpleHoster): __name__ = "OneFichierCom" __type__ = "hoster" - __version__ = "1.00" + __version__ = "1.01" __status__ = "testing" __pattern__ = r'https?://(?:www\.)?(?:\w+\.)?(?P1fichier\.com|alterupload\.com|cjoint\.net|d(?:es)?fichiers\.com|dl4free\.com|megadl\.fr|mesfichiers\.org|piecejointe\.net|pjointe\.com|tenvoi\.com)(?:/\?\w+)?' @@ -40,7 +40,7 @@ class OneFichierCom(SimpleHoster): NAME_PATTERN = r'>File\s*Name :\s*(?P.+?)<' SIZE_PATTERN = r'>Size :\s*(?P[\d.,]+) (?P[\w^_]+)' - OFFLINE_PATTERN = r'File not found !\s*<' + OFFLINE_PATTERN = r'(?:File not found !\s*<)|(?:>The requested file has been deleted following an abuse request\.<)' LINK_PATTERN = r'Click here to download the file' WAIT_PATTERN = r'>You must wait \d+ minutes' -- cgit v1.2.3