diff options
| author | 2016-06-16 14:03:44 +0200 | |
|---|---|---|
| committer | 2016-06-16 14:03:44 +0200 | |
| commit | e5a08831a47c7b4516bcc2babc75efd562be84c5 (patch) | |
| tree | 037e37837e5dc1159cfb66a119ea882248a119de /module/plugins/hoster | |
| parent | [OboomCom] fix #2508 (diff) | |
| download | pyload-e5a08831a47c7b4516bcc2babc75efd562be84c5.tar.xz | |
[UptoboxCom] fix #2506
Diffstat (limited to 'module/plugins/hoster')
| -rw-r--r-- | module/plugins/hoster/UptoboxCom.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/module/plugins/hoster/UptoboxCom.py b/module/plugins/hoster/UptoboxCom.py index 4783adf8a..1c57f091c 100644 --- a/module/plugins/hoster/UptoboxCom.py +++ b/module/plugins/hoster/UptoboxCom.py @@ -6,7 +6,7 @@ from module.plugins.internal.XFSHoster import XFSHoster  class UptoboxCom(XFSHoster):      __name__    = "UptoboxCom"      __type__    = "hoster" -    __version__ = "0.26" +    __version__ = "0.27"      __status__  = "testing"      __pattern__ = r'https?://(?:www\.)?(uptobox|uptostream)\.com/\w{12}' @@ -27,7 +27,7 @@ class UptoboxCom(XFSHoster):      OFFLINE_PATTERN      = r'>(File not found|Access Denied|404 Not Found)'      TEMP_OFFLINE_PATTERN = r'>Service Unavailable' -    LINK_PATTERN = r'"(https?://\w+\.uptobox\.com/d/.*?)"' +    LINK_PATTERN = r'"(https?://(?:obwp\d+\.uptobox\.com|\w+\.uptobox\.com/d)/.*?)"'      DL_LIMIT_PATTERN = r'>You have to wait (.+) to launch a new download<' | 
