summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GamaC0de <nitzo2001@yahoo.com> 2016-04-07 16:29:46 +0200
committerGravatar GamaC0de <nitzo2001@yahoo.com> 2016-04-07 16:29:46 +0200
commit823e2142c50e1eb3aa75005d6f5266b0759ee452 (patch)
tree784ba490c7084fe669e50d21e14b524b00534169 /module
parent[MultiHome] version up (diff)
downloadpyload-823e2142c50e1eb3aa75005d6f5266b0759ee452.tar.xz
[OneFichierCom] Update OFFLINE_PATTERN
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hoster/OneFichierCom.py4
1 files changed, 2 insertions, 2 deletions
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+\.)?(?P<HOST>1fichier\.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 :</td>\s*<td.*>(?P<N>.+?)<'
SIZE_PATTERN = r'>Size :</td>\s*<td.*>(?P<S>[\d.,]+) (?P<U>[\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'<a href="(.+?)".*>Click here to download the file</a>'
WAIT_PATTERN = r'>You must wait \d+ minutes'