diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-17 23:49:18 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-17 23:49:18 +0100 |
commit | f26faa7a68f645f8664874f4ff361caf8503d651 (patch) | |
tree | 64316a82d887949cca724a6d2c685babb6361e73 /module/plugins/hoster/NosuploadCom.py | |
parent | [XFSHoster] Improve NAME_PATTERN & SIZE_PATTERN (diff) | |
download | pyload-f26faa7a68f645f8664874f4ff361caf8503d651.tar.xz |
Update plugins after XFSHoster changes
Diffstat (limited to 'module/plugins/hoster/NosuploadCom.py')
-rw-r--r-- | module/plugins/hoster/NosuploadCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/NosuploadCom.py b/module/plugins/hoster/NosuploadCom.py index b2255ca54..8a03d7090 100644 --- a/module/plugins/hoster/NosuploadCom.py +++ b/module/plugins/hoster/NosuploadCom.py @@ -21,6 +21,7 @@ class NosuploadCom(XFSHoster): SIZE_PATTERN = r'<p><strong>Size:</strong> (?P<S>[\d.,]+) (?P<U>[\w^_]+)</p>' LINK_PATTERN = r'<a class="select" href="(http://.+?)">Download</a>' + WAIT_PATTERN = r'Please wait.*?>(\d+)</span>' |