diff options
author | 2015-12-24 17:19:28 +0100 | |
---|---|---|
committer | 2015-12-24 17:19:28 +0100 | |
commit | 681ad2362eabcd3f5bf8d35954b1e1c9111dda56 (patch) | |
tree | 4b287fd73c1c5cc725bc222c77d57cb330d70d4d /module/plugins/crypter/LinkCryptWs.py | |
parent | [WarezWorld] Remove invalid import (diff) | |
download | pyload-681ad2362eabcd3f5bf8d35954b1e1c9111dda56.tar.xz |
Version up + some small changes
Diffstat (limited to 'module/plugins/crypter/LinkCryptWs.py')
-rw-r--r-- | module/plugins/crypter/LinkCryptWs.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/module/plugins/crypter/LinkCryptWs.py b/module/plugins/crypter/LinkCryptWs.py index be6200ba9..9d421ad03 100644 --- a/module/plugins/crypter/LinkCryptWs.py +++ b/module/plugins/crypter/LinkCryptWs.py @@ -14,7 +14,7 @@ from module.plugins.internal.utils import html_unescape class LinkCryptWs(Crypter): __name__ = "LinkCryptWs" __type__ = "crypter" - __version__ = "0.14" + __version__ = "0.15" __status__ = "testing" __pattern__ = r'http://(?:www\.)?linkcrypt\.ws/(dir|container)/(?P<ID>\w+)' @@ -24,7 +24,8 @@ class LinkCryptWs(Crypter): __license__ = "GPLv3" __authors__ = [("kagenoshin", "kagenoshin[AT]gmx[DOT]ch"), ("glukgluk", None), - ("Gummibaer", None)] + ("Gummibaer", None), + ("Arno-Nymous", None)] CRYPTED_KEY = "crypted" |