summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-04-26 20:53:50 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-04-26 20:53:50 +0200
commitc9e345859a9c483456065f754c1eb67d2f7befef (patch)
tree5277cee94b77d8a60f4ad9d85e795e0585dd97a9
parentMerge pull request #1369 from GammaC0de/GammaC0de-fix-UpleaCom (diff)
parentUpdate UpleaCom.py (diff)
downloadpyload-c9e345859a9c483456065f754c1eb67d2f7befef.tar.xz
Merge pull request #1 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/.+)">'