diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-26 19:08:20 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-26 19:08:20 +0100 |
commit | 6c35da105bad0c31ff35c7d90313ca273895b56f (patch) | |
tree | b761648a38ea246eb6c27aa58d24adf455d0bf10 | |
parent | Merge pull request #18 from kmarty/stable (diff) | |
parent | Forgot to increase version (diff) | |
download | pyload-6c35da105bad0c31ff35c7d90313ca273895b56f.tar.xz |
Merge pull request #19 from kmarty/stable
Forgot to increase version
-rw-r--r-- | module/plugins/accounts/UlozTo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/UlozTo.py b/module/plugins/accounts/UlozTo.py index 232b6b64f..6652c8b7c 100644 --- a/module/plugins/accounts/UlozTo.py +++ b/module/plugins/accounts/UlozTo.py @@ -5,7 +5,7 @@ import re class UlozTo(Account): __name__ = "UlozTo" - __version__ = "0.03" + __version__ = "0.04" __type__ = "account" __description__ = """uloz.to account plugin""" __author_name__ = ("zoidberg") @@ -33,4 +33,4 @@ class UlozTo(Account): }, decode = True) if '<ul class="error">' in html: - self.wrongPassword()
\ No newline at end of file + self.wrongPassword() |