From 22d223c9a94976c4fb1b79420e5646a46874f2a0 Mon Sep 17 00:00:00 2001 From: Nitzo Date: Sat, 5 Mar 2016 23:56:08 +0200 Subject: fix #2373 --- module/plugins/crypter/RelinkUs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/crypter/RelinkUs.py') diff --git a/module/plugins/crypter/RelinkUs.py b/module/plugins/crypter/RelinkUs.py index 9462bdfce..e6f764119 100644 --- a/module/plugins/crypter/RelinkUs.py +++ b/module/plugins/crypter/RelinkUs.py @@ -6,7 +6,7 @@ import binascii import os import re -import Crypto.Cipher +import Crypto.Cipher.AES from module.plugins.internal.Crypter import Crypter from module.plugins.internal.misc import fsjoin @@ -15,7 +15,7 @@ from module.plugins.internal.misc import fsjoin class RelinkUs(Crypter): __name__ = "RelinkUs" __type__ = "crypter" - __version__ = "3.17" + __version__ = "3.18" __status__ = "testing" __pattern__ = r'http://(?:www\.)?relink\.us/(f/|((view|go)\.php\?id=))(?P.+)' -- cgit v1.2.3