From f4c20371ac320416f3f848c14f73902812e2a5a3 Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 9 Jan 2014 12:23:00 +0100 Subject: Uptobox: fixed file info retrieve See #423 (cherry picked from commit fb630e7ffcc3d36dedcae7e14bc77b4a8098f03e) --- pyload/plugins/hoster/UptoboxCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/hoster/UptoboxCom.py') diff --git a/pyload/plugins/hoster/UptoboxCom.py b/pyload/plugins/hoster/UptoboxCom.py index fe05bf916..420610ee4 100644 --- a/pyload/plugins/hoster/UptoboxCom.py +++ b/pyload/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'

\s*Download File\s*]*>(?P[^>]+)

\s*[^\(]*\((?P[^\)]+)\)' + FILE_INFO_PATTERN = r'
(?P.+) \((?P[^)]+)\)
' FILE_OFFLINE_PATTERN = r'
File Not Found
' HOSTER_NAME = "uptobox.com" -- cgit v1.2.3