diff options
author | Stefano <l.stickell@yahoo.it> | 2013-05-17 11:31:34 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-05-17 11:31:34 +0200 |
commit | d83ac6e2bc33b312d6e8a650dcc8c0a2f05c94c5 (patch) | |
tree | 57746172c59689d2f8fc28e76147a5f1f6a11610 /module/plugins/hoster | |
parent | CzshareCom: no relogin (diff) | |
parent | Merge pull request #126 from stefanos/patch-1 (diff) | |
download | pyload-d83ac6e2bc33b312d6e8a650dcc8c0a2f05c94c5.tar.xz |
Merge branch 'stable' of https://github.com/pyload/pyload into stable
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/UploadheroCom.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/UploadheroCom.py b/module/plugins/hoster/UploadheroCom.py index eb7b5fb23..502f849af 100644 --- a/module/plugins/hoster/UploadheroCom.py +++ b/module/plugins/hoster/UploadheroCom.py @@ -22,8 +22,8 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class UploadheroCom(SimpleHoster): __name__ = "UploadheroCom" __type__ = "hoster" - __pattern__ = r"http://(?:www\.)?uploadhero\.com/dl/\w+" - __version__ = "0.12" + __pattern__ = r"http://(?:www\.)?uploadhero\.com?/dl/\w+" + __version__ = "0.13" __description__ = """UploadHero.com plugin""" __author_name__ = ("mcmyst", "zoidberg") __author_mail__ = ("mcmyst@hotmail.fr", "zoidberg@mujmail.cz") @@ -81,4 +81,4 @@ class UploadheroCom(SimpleHoster): self.wait() self.retry() -getInfo = create_getInfo(UploadheroCom)
\ No newline at end of file +getInfo = create_getInfo(UploadheroCom) |