diff options
author | GamaC0de <nitzo2001@yahoo.com> | 2016-03-22 12:57:51 +0100 |
---|---|---|
committer | GamaC0de <nitzo2001@yahoo.com> | 2016-03-22 12:57:51 +0100 |
commit | bad22c888f23012c02f89f6e5b4fbada9931c364 (patch) | |
tree | 2e2fdc4d6ca9f37f0229da76a3d7db321c8288ec /module | |
parent | [misc] revert https://github.com/pyload/pyload/commit/e5b69006811275b28a282c0... (diff) | |
download | pyload-bad22c888f23012c02f89f6e5b4fbada9931c364.tar.xz |
[CryptCat] Update
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/crypter/CryptCat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/CryptCat.py b/module/plugins/crypter/CryptCat.py index 5970b32e5..38216f735 100644 --- a/module/plugins/crypter/CryptCat.py +++ b/module/plugins/crypter/CryptCat.py @@ -8,7 +8,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter class CryptCat(SimpleCrypter): __name__ = "CryptCat" __type__ = "crypter" - __version__ = "0.02" + __version__ = "0.03" __status__ = "testing" __pattern__ = r'https?://(?:www\.)?crypt\.cat/\w+' |