diff options
author | Stefano <l.stickell@yahoo.it> | 2014-01-09 12:03:28 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-04-21 16:53:00 +0200 |
commit | e92a0192dcb4f918051874d04adeb015110b2e03 (patch) | |
tree | 1167605fce90e64e846c9b6b6ad41bfaba8b3cdf | |
parent | ShareonlineBiz: Https fix + code cosmetics (diff) | |
download | pyload-e92a0192dcb4f918051874d04adeb015110b2e03.tar.xz |
Uptobox: fixed premium expire detection
See #423
(cherry picked from commit 41382d0151d7ce2ac89129717c9dc6d66cb384c3)
-rw-r--r-- | pyload/plugins/accounts/UptoboxCom.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyload/plugins/accounts/UptoboxCom.py b/pyload/plugins/accounts/UptoboxCom.py index 7fc62694a..92807439e 100644 --- a/pyload/plugins/accounts/UptoboxCom.py +++ b/pyload/plugins/accounts/UptoboxCom.py @@ -11,3 +11,5 @@ class UptoboxCom(XFSPAccount): __author_mail__ = ("zoidberg@mujmail.cz") MAIN_PAGE = "http://uptobox.com/" + + VALID_UNTIL_PATTERN = r'>Premium.[Aa]ccount expire: ([^<]+)</strong>' |