summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/DontKnowMe.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/DontKnowMe.py')
-rw-r--r--module/plugins/crypter/DontKnowMe.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/crypter/DontKnowMe.py b/module/plugins/crypter/DontKnowMe.py
index dfa72df47..0791e3c22 100644
--- a/module/plugins/crypter/DontKnowMe.py
+++ b/module/plugins/crypter/DontKnowMe.py
@@ -5,6 +5,7 @@ import urllib
from module.plugins.Crypter import Crypter
+
class DontKnowMe(Crypter):
__name__ = "DontKnowMe"
__type__ = "crypter"
@@ -18,4 +19,4 @@ class DontKnowMe(Crypter):
def decrypt(self, pyfile):
link = re.findall(self.LINK_PATTERN, self.pyfile.url)[0]
- self.core.files.addLinks([ urllib.unquote(link) ], self.pyfile.package().id)
+ self.core.files.addLinks([urllib.unquote(link)], self.pyfile.package().id)