From c6eb00c85ee7ee83621175003e6140cdddf8f35e Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 5 Oct 2014 11:52:56 +0200 Subject: [HotfileFolderCom] Fix broken __pattern__ (thx zapp-brannigan) --- module/plugins/crypter/HotfileFolderCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module') diff --git a/module/plugins/crypter/HotfileFolderCom.py b/module/plugins/crypter/HotfileFolderCom.py index 733437ec2..16fa604c9 100644 --- a/module/plugins/crypter/HotfileFolderCom.py +++ b/module/plugins/crypter/HotfileFolderCom.py @@ -6,9 +6,9 @@ from module.plugins.internal.DeadCrypter import DeadCrypter class HotfileFolderCom(DeadCrypter): __name__ = "HotfileFolderCom" __type__ = "crypter" - __version__ = "0.2" + __version__ = "0.3" - __pattern__ = r'https)://(?:www\.)?hotfile\.com/list/\w+/\w+' + __pattern__ = r'https?://(?:www\.)?hotfile\.com/list/\w+/\w+' __description__ = """Hotfile.com folder decrypter plugin""" __author_name__ = "RaNaN" -- cgit v1.2.3