diff options
author | zapp-brannigan <zapp-brannigan@users.noreply.github.com> | 2015-02-02 11:20:18 +0100 |
---|---|---|
committer | zapp-brannigan <zapp-brannigan@users.noreply.github.com> | 2015-02-02 11:20:18 +0100 |
commit | 308cdbcf98b07967cee6e873af2a73c535b90c18 (patch) | |
tree | d4baf2eae6c9f626b4fa69bb13cdc25c5388ca0e | |
parent | [New Hoster] androidfilehost.com (diff) | |
download | pyload-308cdbcf98b07967cee6e873af2a73c535b90c18.tar.xz |
Update AndroidfilehostCom.py
Added HASHSUM_PATTERN
-rw-r--r-- | module/plugins/hoster/AndroidfilehostCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
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'<h4>size</h4>\s*<p>(?P<S>[\d.,]+)(?P<U>[\w^_]+)</p>' OFFLINE_PATTERN = r'404 not found' WAIT_PATTERN = r'users must wait <strong>(\d+) secs' + HASHSUM_PATTERN = r'<h4>(?P<T>.*?)</h4>\s*<p><code>(?P<H>.*?)</code></p>' def setup(self): |