summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2016-01-19 15:29:15 +0100
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2016-01-19 15:29:15 +0100
commitf0ccd2267059c804e9165abb802d4fc4dbd2d9a5 (patch)
tree4c7d36c531951db356f9816a8768225df0451e6c
parent[Hoster] Update (diff)
downloadpyload-f0ccd2267059c804e9165abb802d4fc4dbd2d9a5.tar.xz
[Http] fix #2302
-rw-r--r--module/plugins/hoster/Http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/Http.py b/module/plugins/hoster/Http.py
index 01748c697..777806641 100644
--- a/module/plugins/hoster/Http.py
+++ b/module/plugins/hoster/Http.py
@@ -9,7 +9,7 @@ from module.plugins.internal.Hoster import Hoster
class Http(Hoster):
__name__ = "Http"
__type__ = "hoster"
- __version__ = "0.05"
+ __version__ = "0.06"
__status__ = "testing"
__pattern__ = r'(?:jd|pys?)://.+'