summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-19 18:18:25 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-19 18:18:25 +0100
commiteb9a72aeda45be2370522d79f686f0f43d973fa5 (patch)
treeb27f55268a8d8a5e5b7bde91da74b2f309ee020a /module/plugins/crypter
parentnew cryptit plugin (diff)
downloadpyload-eb9a72aeda45be2370522d79f686f0f43d973fa5.tar.xz
fixed cleanup
Diffstat (limited to 'module/plugins/crypter')
-rw-r--r--module/plugins/crypter/CryptItCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/CryptItCom.py b/module/plugins/crypter/CryptItCom.py
index 6d3e8d433..4935758c7 100644
--- a/module/plugins/crypter/CryptItCom.py
+++ b/module/plugins/crypter/CryptItCom.py
@@ -31,7 +31,7 @@ class CryptItCom(Crypter):
repl_pattern = r"/(s|e|d|c)/"
url = re.sub(repl_pattern, r"/d/", self.pyfile.url)
- pyfile.name = "cryptit_%s_tmp.ccf" % randint(0,1000)
+ pyfile.name = "tmp_cryptit_%s.ccf" % randint(0,1000)
location = self.download(url)
self.packages.append(["Crypt-it Package", [location], "Crypt-it Package"])