From 421a7c9c87997a505855bcafa6a8e0e4702cb810 Mon Sep 17 00:00:00 2001 From: Hadrien Theveneau Date: Tue, 27 Oct 2015 18:42:22 +0100 Subject: Show key in debug log in DlProtectCom.py --- module/plugins/crypter/DlProtectCom.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins') diff --git a/module/plugins/crypter/DlProtectCom.py b/module/plugins/crypter/DlProtectCom.py index 32dfd4612..a3b24a1d6 100644 --- a/module/plugins/crypter/DlProtectCom.py +++ b/module/plugins/crypter/DlProtectCom.py @@ -38,6 +38,7 @@ class DlProtectCom(SimpleCrypter): post_req = {'key' : re.search(r'name="key" value="(.+?)"', self.data).group(1), 'submitform': ""} + self.log_debug("Key: %s" % post_req['key']) if "Please click on continue to see the links" in self.data: post_req['submitform'] = "Continue" -- cgit v1.2.3