diff options
author | 2012-01-29 12:32:12 +0100 | |
---|---|---|
committer | 2012-01-29 12:32:12 +0100 | |
commit | 8edf00933b4d7731bffc77c32faccffcf9d038fb (patch) | |
tree | ff13fed1319cf39a6daaaa2156703e0c37a1ff3e /module/plugins/hoster/FilejungleCom.py | |
parent | Update version. (diff) | |
parent | increase version (diff) | |
download | pyload-8edf00933b4d7731bffc77c32faccffcf9d038fb.tar.xz |
merge from stable
Diffstat (limited to 'module/plugins/hoster/FilejungleCom.py')
-rw-r--r-- | module/plugins/hoster/FilejungleCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FilejungleCom.py b/module/plugins/hoster/FilejungleCom.py index 70b3ea4b5..c49cc8506 100644 --- a/module/plugins/hoster/FilejungleCom.py +++ b/module/plugins/hoster/FilejungleCom.py @@ -25,7 +25,7 @@ class FilejungleCom(SimpleHoster): __name__ = "FilejungleCom" __type__ = "hoster" __pattern__ = r"http://(?:www\.)?filejungle\.com/f/([^/]+).*" - __version__ = "0.24" + __version__ = "0.25" __description__ = """Filejungle.com plugin - free only""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") |