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/RyushareCom.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/RyushareCom.py')
-rw-r--r-- | module/plugins/hoster/RyushareCom.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/RyushareCom.py b/module/plugins/hoster/RyushareCom.py index d2e4489a6..b01613abb 100644 --- a/module/plugins/hoster/RyushareCom.py +++ b/module/plugins/hoster/RyushareCom.py @@ -25,9 +25,8 @@ class RyushareCom(XFSHoster): HOSTER_DOMAIN = "ryushare.com" - SIZE_PATTERN = r'You have requested <font color="red">[^<]+</font> \((?P<S>[\d.,]+) (?P<U>[\w^_]+)' - WAIT_PATTERN = r'You have to wait ((?P<hour>\d+) hour[s]?, )?((?P<min>\d+) minute[s], )?(?P<sec>\d+) second[s]' + LINK_PATTERN = r'<a href="([^"]+)">Click here to download<' |