diff options
| author | 2013-10-11 11:54:28 +0200 | |
|---|---|---|
| committer | 2013-10-11 11:54:28 +0200 | |
| commit | e176cc467f7e9ea49abb07b7066e57a64e8bdaf3 (patch) | |
| tree | 5684cbc0db05d67b7a2866c9a4994f9b7b8c5b01 /module/plugins | |
| parent | Keep2share: using ReCaptcha from CaptchaService (diff) | |
| download | pyload-e176cc467f7e9ea49abb07b7066e57a64e8bdaf3.tar.xz | |
NCryptIn: using ReCaptcha from CaptchaService
Diffstat (limited to 'module/plugins')
| -rw-r--r-- | module/plugins/crypter/NCryptIn.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/module/plugins/crypter/NCryptIn.py b/module/plugins/crypter/NCryptIn.py index 6e0c35e92..74e0f02fb 100644 --- a/module/plugins/crypter/NCryptIn.py +++ b/module/plugins/crypter/NCryptIn.py @@ -6,14 +6,14 @@ import re  from Crypto.Cipher import AES  from module.plugins.Crypter import Crypter -from module.plugins.ReCaptcha import ReCaptcha +from module.plugins.internal.CaptchaService import ReCaptcha  class NCryptIn(Crypter):      __name__ = "NCryptIn"      __type__ = "crypter"      __pattern__ = r"http://(?:www\.)?ncrypt.in/folder-([^/\?]+)" -    __version__ = "1.23" +    __version__ = "1.24"      __description__ = """NCrypt.in Crypter Plugin"""      __author_name__ = ("fragonib")      __author_mail__ = ("fragonib[AT]yahoo[DOT]es") | 
