diff options
| author | 2016-01-19 15:29:15 +0100 | |
|---|---|---|
| committer | 2016-01-19 15:29:15 +0100 | |
| commit | f0ccd2267059c804e9165abb802d4fc4dbd2d9a5 (patch) | |
| tree | 4c7d36c531951db356f9816a8768225df0451e6c /module | |
| parent | [Hoster] Update (diff) | |
| download | pyload-f0ccd2267059c804e9165abb802d4fc4dbd2d9a5.tar.xz | |
[Http] fix #2302
Diffstat (limited to 'module')
| -rw-r--r-- | module/plugins/hoster/Http.py | 2 |
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?)://.+' |
