diff options
author | 2012-04-15 20:08:17 +0200 | |
---|---|---|
committer | 2012-04-15 20:08:17 +0200 | |
commit | d62c5b0a0978ab99db47da9cd56b88646815e2e0 (patch) | |
tree | 839bce9fb7305bd7ef6080aafaf0a0343eba44e7 /module/plugins/hoster/LetitbitNet.py | |
parent | version bump (diff) | |
download | pyload-d62c5b0a0978ab99db47da9cd56b88646815e2e0.tar.xz |
version bumps
Diffstat (limited to 'module/plugins/hoster/LetitbitNet.py')
-rw-r--r-- | module/plugins/hoster/LetitbitNet.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/LetitbitNet.py b/module/plugins/hoster/LetitbitNet.py index bf66609eb..e5fc055c0 100644 --- a/module/plugins/hoster/LetitbitNet.py +++ b/module/plugins/hoster/LetitbitNet.py @@ -25,7 +25,7 @@ class LetitbitNet(SimpleHoster): __name__ = "LetitbitNet" __type__ = "hoster" __pattern__ = r"http://(?:\w*\.)*letitbit.net/download/.*" - __version__ = "0.18" + __version__ = "0.19" __description__ = """letitbit.net""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") @@ -106,4 +106,4 @@ class LetitbitNet(SimpleHoster): else: self.fail("Download did not finish correctly") -getInfo = create_getInfo(LetitbitNet)
\ No newline at end of file +getInfo = create_getInfo(LetitbitNet) |