summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar Pedro Algarvio <pedro@algarvio.me> 2012-01-28 20:41:45 +0100
committerGravatar Pedro Algarvio <pedro@algarvio.me> 2012-01-28 20:41:45 +0100
commit7712c2cae2268d104fccd4eeb12e009d2931a3c4 (patch)
treeb94d698363d95983448e4ae79d37c069c34a41fe /module/plugins/hoster
parentUpdate FileJungle for non existing files. (diff)
downloadpyload-7712c2cae2268d104fccd4eeb12e009d2931a3c4.tar.xz
Update version.
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/FilejungleCom.py2
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")