summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/FilecryptCc.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/FilecryptCc.py')
-rw-r--r--module/plugins/crypter/FilecryptCc.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/module/plugins/crypter/FilecryptCc.py b/module/plugins/crypter/FilecryptCc.py
index ff2620b53..62b6c9ee2 100644
--- a/module/plugins/crypter/FilecryptCc.py
+++ b/module/plugins/crypter/FilecryptCc.py
@@ -68,10 +68,7 @@ class FilecryptCc(Crypter):
self.log_info(_("Found %d mirrors") % len(mirror))
for i in mirror[1:]:
- try:
- self.site_with_links = self.site_with_links + self.load(i).decode("utf-8", "replace")
- except:
- self.site_with_links = self.site_with_links + self.load(i)
+ self.site_with_links = self.site_with_links + self.load(i)
def handle_password_protection(self):