summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-26 01:17:39 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-26 01:17:39 +0200
commitbb20c61a6db2a843ff7d66f9de4a2c68960331a0 (patch)
tree5277cee94b77d8a60f4ad9d85e795e0585dd97a9
parentMerge pull request #1369 from GammaC0de/GammaC0de-fix-UpleaCom (diff)
parentUpdate UpleaCom.py (diff)
downloadpyload-bb20c61a6db2a843ff7d66f9de4a2c68960331a0.tar.xz
Merge pull request #1375 from GammaC0de/GammaC0de-patch-1
Update UpleaCom.py
-rw-r--r--module/plugins/hoster/UpleaCom.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/UpleaCom.py b/module/plugins/hoster/UpleaCom.py
index 039d2f552..65e0299ec 100644
--- a/module/plugins/hoster/UpleaCom.py
+++ b/module/plugins/hoster/UpleaCom.py
@@ -10,7 +10,7 @@ from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo
class UpleaCom(XFSHoster):
__name__ = "UpleaCom"
__type__ = "hoster"
- __version__ = "0.07"
+ __version__ = "0.08"
__pattern__ = r'https?://(?:www\.)?uplea\.com/dl/\w{15}'
@@ -28,6 +28,7 @@ class UpleaCom(XFSHoster):
PREMIUM_PATTERN = r'You need to have a Premium subscription to download this file'
LINK_PATTERN = r'"(https?://\w+\.uplea\.com/anonym/.*?)"'
+ HOSTER_DOMAIN = "uplea.com"
WAIT_PATTERN = r'timeText: ?([\d.]+),'
STEP_PATTERN = r'<a href="(/step/.+)">'