From 2069392beb3e8175c3bb7118535ef4475817d420 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:18:22 +0200 Subject: Remove bad whitespaces Merges vuolter/pyload@e4b2562 (cherry picked from commit d68938a9a7fbfb079b0a6de469de766b5892d769) Conflicts: module/plugins/Account.py module/plugins/AccountManager.py module/plugins/Container.py module/plugins/Crypter.py module/plugins/Hook.py module/plugins/Hoster.py module/plugins/Plugin.py module/plugins/PluginManager.py module/plugins/ReCaptcha.py module/plugins/captcha/GigasizeCom.py module/plugins/captcha/LinksaveIn.py module/plugins/container/LinkList.py pyload/plugins/internal/OCR.py pyload/plugins/internal/ShareonlineBizOCR.py --- pyload/plugins/crypter/CCF.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/crypter/CCF.py') diff --git a/pyload/plugins/crypter/CCF.py b/pyload/plugins/crypter/CCF.py index 0badf8e06..f2b33561e 100644 --- a/pyload/plugins/crypter/CCF.py +++ b/pyload/plugins/crypter/CCF.py @@ -19,7 +19,7 @@ class CCF(Crypter): __author_mail__ = "Willnix@pyload.org" def decrypt(self, pyfile): - + infile = pyfile.url.replace("\n", "") opener = build_opener(MultipartPostHandler) @@ -32,7 +32,7 @@ class CCF(Crypter): location = download_folder #join(download_folder, self.pyfile.package().folder.decode(sys.getfilesystemencoding())) if not exists(location): makedirs(location) - + tempdlc_name = join(location, "tmp_%s.dlc" % pyfile.name) tempdlc = open(tempdlc_name, "w") tempdlc.write(re.search(r'(.*)', tempdlc_content, re.DOTALL).group(1)) -- cgit v1.2.3