summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/NCryptIn.py
diff options
context:
space:
mode:
authorGravatar Nitzo <nitzo2001@yahoo.com> 2016-03-05 22:56:08 +0100
committerGravatar Nitzo <nitzo2001@yahoo.com> 2016-03-05 22:56:08 +0100
commit22d223c9a94976c4fb1b79420e5646a46874f2a0 (patch)
treef571a05f004ff9f0002d3a73e4b34dfc7742e1e7 /module/plugins/crypter/NCryptIn.py
parent[OneFichierCom] fix #2369 (diff)
downloadpyload-22d223c9a94976c4fb1b79420e5646a46874f2a0.tar.xz
fix #2373
Diffstat (limited to 'module/plugins/crypter/NCryptIn.py')
-rw-r--r--module/plugins/crypter/NCryptIn.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/NCryptIn.py b/module/plugins/crypter/NCryptIn.py
index d1a2b3bcc..e7690614d 100644
--- a/module/plugins/crypter/NCryptIn.py
+++ b/module/plugins/crypter/NCryptIn.py
@@ -3,7 +3,7 @@
import binascii
import re
-import Crypto.Cipher
+import Crypto.Cipher.AES
from module.plugins.internal.Crypter import Crypter
from module.plugins.captcha.ReCaptcha import ReCaptcha
@@ -12,7 +12,7 @@ from module.plugins.captcha.ReCaptcha import ReCaptcha
class NCryptIn(Crypter):
__name__ = "NCryptIn"
__type__ = "crypter"
- __version__ = "1.40"
+ __version__ = "1.41"
__status__ = "testing"
__pattern__ = r'http://(?:www\.)?ncrypt\.in/(?P<TYPE>folder|link|frame)-([^/\?]+)'