summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-01-09 12:23:00 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2014-01-09 12:23:00 +0100
commitfb630e7ffcc3d36dedcae7e14bc77b4a8098f03e (patch)
tree5f5385eb0ce277bb1992a84f928b2938e76b4464 /module
parentXFileSharingPro: improved DIRECT_LINK_PATTERN to fix #423 (diff)
downloadpyload-fb630e7ffcc3d36dedcae7e14bc77b4a8098f03e.tar.xz
Uptobox: fixed file info retrieve
See #423
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hoster/UptoboxCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/UptoboxCom.py b/module/plugins/hoster/UptoboxCom.py
index fe05bf916..420610ee4 100644
--- a/module/plugins/hoster/UptoboxCom.py
+++ b/module/plugins/hoster/UptoboxCom.py
@@ -6,12 +6,12 @@ class UptoboxCom(XFileSharingPro):
__name__ = "UptoboxCom"
__type__ = "hoster"
__pattern__ = r"http://(?:\w*\.)*?uptobox.com/\w{12}"
- __version__ = "0.06"
+ __version__ = "0.07"
__description__ = """Uptobox.com hoster plugin"""
__author_name__ = ("zoidberg")
__author_mail__ = ("zoidberg@mujmail.cz")
- FILE_INFO_PATTERN = r'<h2>\s*Download File\s*<span[^>]*>(?P<N>[^>]+)</span></h2>\s*[^\(]*\((?P<S>[^\)]+)\)</h2>'
+ FILE_INFO_PATTERN = r'<div class="para_title">(?P<N>.+) \((?P<S>[^)]+)\)</div>'
FILE_OFFLINE_PATTERN = r'<center>File Not Found</center>'
HOSTER_NAME = "uptobox.com"