diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-29 12:13:19 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-29 12:13:19 +0100 |
commit | 08145bdcaf3e02b5ae85c20cf17977e81a3b9012 (patch) | |
tree | d96ab441af2e2914ae052d0b8a4d92beac9286e0 /module | |
parent | Update FileJungle for non existing files. (diff) | |
download | pyload-08145bdcaf3e02b5ae85c20cf17977e81a3b9012.tar.xz |
increase version
Diffstat (limited to 'module')
-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 652d9547b..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.23" + __version__ = "0.25" __description__ = """Filejungle.com plugin - free only""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") |