From 1cc7a484cd0ed93bbe54a5d9b47564369967e22b Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 7 Jul 2014 21:08:40 +0200 Subject: New crypter FiredriveComFolder --- module/plugins/hoster/FiredriveCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/FiredriveCom.py') diff --git a/module/plugins/hoster/FiredriveCom.py b/module/plugins/hoster/FiredriveCom.py index e7bd49674..4dce23462 100644 --- a/module/plugins/hoster/FiredriveCom.py +++ b/module/plugins/hoster/FiredriveCom.py @@ -30,7 +30,7 @@ class FiredriveCom(SimpleHoster): FILE_NAME_PATTERN = r'Name: (?P.+)
' FILE_SIZE_PATTERN = r'Size: (?P[\d.]+) (?P[a-zA-Z]+)
' - OFFLINE_PATTERN = r'class="sad_face_image"' + OFFLINE_PATTERN = r'class="sad_face_image"|>No such page here.<' TEMP_OFFLINE_PATTERN = r'>(File Temporarily Unavailable|Server Error. Try again later)' FILE_URL_REPLACEMENTS = [(__pattern__, r'http://www.firedrive.com/file/\g')] -- cgit v1.2.3