summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/NCryptIn.py
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-06-05 14:17:43 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-06-05 14:17:43 +0200
commit43965c049b329220dec95cfc19feffc5053a7e2b (patch)
treeb97248b9cbeb905312076d147d2e12179e3d8de6 /module/plugins/crypter/NCryptIn.py
parentMerge pull request #1 from pyload/stable (diff)
parent[NitroflareCom] Account fixup (2) (diff)
downloadpyload-43965c049b329220dec95cfc19feffc5053a7e2b.tar.xz
Merge pull request #2 from pyload/stable
sync
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 8ceb9d3c8..593e9b506 100644
--- a/module/plugins/crypter/NCryptIn.py
+++ b/module/plugins/crypter/NCryptIn.py
@@ -6,13 +6,13 @@ import re
from Crypto.Cipher import AES
from module.plugins.Crypter import Crypter
-from module.plugins.internal.CaptchaService import ReCaptcha
+from module.plugins.internal.ReCaptcha import ReCaptcha
class NCryptIn(Crypter):
__name__ = "NCryptIn"
__type__ = "crypter"
- __version__ = "1.34"
+ __version__ = "1.35"
__pattern__ = r'http://(?:www\.)?ncrypt\.in/(?P<TYPE>folder|link|frame)-([^/\?]+)'
__config__ = [("use_subfolder" , "bool", "Save package to subfolder" , True),