summaryrefslogtreecommitdiffstats
path: root/pyload/plugins
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-10-11 11:54:28 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-10-11 18:42:35 +0200
commitfb602fafb7a1d26a81f7f85e7ec0c25cfbbe08e6 (patch)
treec1aa24aa3bb59350921dbd8bc73d8c316224f63f /pyload/plugins
parentKeep2share: using ReCaptcha from CaptchaService (diff)
downloadpyload-fb602fafb7a1d26a81f7f85e7ec0c25cfbbe08e6.tar.xz
NCryptIn: using ReCaptcha from CaptchaService
(cherry picked from commit e176cc467f7e9ea49abb07b7066e57a64e8bdaf3)
Diffstat (limited to 'pyload/plugins')
-rw-r--r--pyload/plugins/crypter/NCryptIn.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/crypter/NCryptIn.py b/pyload/plugins/crypter/NCryptIn.py
index 6e0c35e92..74e0f02fb 100644
--- a/pyload/plugins/crypter/NCryptIn.py
+++ b/pyload/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")