diff options
author | Pedro Algarvio <pedro@algarvio.me> | 2012-01-28 20:41:45 +0100 |
---|---|---|
committer | Pedro Algarvio <pedro@algarvio.me> | 2012-01-28 20:41:45 +0100 |
commit | 7712c2cae2268d104fccd4eeb12e009d2931a3c4 (patch) | |
tree | b94d698363d95983448e4ae79d37c069c34a41fe /module/plugins | |
parent | Update FileJungle for non existing files. (diff) | |
download | pyload-7712c2cae2268d104fccd4eeb12e009d2931a3c4.tar.xz |
Update version.
Diffstat (limited to 'module/plugins')
-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..70b3ea4b5 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.24" __description__ = """Filejungle.com plugin - free only""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") |