From 308cdbcf98b07967cee6e873af2a73c535b90c18 Mon Sep 17 00:00:00 2001 From: zapp-brannigan Date: Mon, 2 Feb 2015 11:20:18 +0100 Subject: Update AndroidfilehostCom.py Added HASHSUM_PATTERN --- module/plugins/hoster/AndroidfilehostCom.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins/hoster/AndroidfilehostCom.py') diff --git a/module/plugins/hoster/AndroidfilehostCom.py b/module/plugins/hoster/AndroidfilehostCom.py index d68a7c9ab..d0b6af8bb 100644 --- a/module/plugins/hoster/AndroidfilehostCom.py +++ b/module/plugins/hoster/AndroidfilehostCom.py @@ -24,6 +24,7 @@ class AndroidfilehostCom(SimpleHoster): SIZE_PATTERN = r'

size

\s*

(?P[\d.,]+)(?P[\w^_]+)

' OFFLINE_PATTERN = r'404 not found' WAIT_PATTERN = r'users must wait (\d+) secs' + HASHSUM_PATTERN = r'

(?P.*?)

\s*

(?P.*?)

' def setup(self): -- cgit v1.2.3