diff options
author | Stefano <l.stickell@yahoo.it> | 2013-05-25 14:11:24 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-05-25 14:11:24 +0200 |
commit | ce4e1fde9ae98af79e37027a361b692126a8594f (patch) | |
tree | a04c70cedda81425b35f63529f4b8b8aada69ce2 /module/plugins/crypter | |
parent | Merge pull request #121 from vuolter/plugin/DeleteFinished (diff) | |
download | pyload-ce4e1fde9ae98af79e37027a361b692126a8594f.tar.xz |
NCryptIn: version increased
http://forum.pyload.org/viewtopic.php?p=9444#p9444
Diffstat (limited to 'module/plugins/crypter')
-rw-r--r-- | module/plugins/crypter/NCryptIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/NCryptIn.py b/module/plugins/crypter/NCryptIn.py index 5e1ea347c..e1cd30475 100644 --- a/module/plugins/crypter/NCryptIn.py +++ b/module/plugins/crypter/NCryptIn.py @@ -11,7 +11,7 @@ class NCryptIn(Crypter): __name__ = "NCryptIn"
__type__ = "crypter"
__pattern__ = r"http://(?:www\.)?ncrypt.in/folder-([^/\?]+)"
- __version__ = "1.21"
+ __version__ = "1.22"
__description__ = """NCrypt.in Crypter Plugin"""
__author_name__ = ("fragonib")
__author_mail__ = ("fragonib[AT]yahoo[DOT]es")
|