From 79470d9defec44fa7308d97f316d0561dabdf94d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 28 Mar 2016 00:03:18 +0200 Subject: Clean up already fixed FIXME Signed-off-by: Florian Pritz --- fb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fb.py b/fb.py index eab36d7..6e567e9 100755 --- a/fb.py +++ b/fb.py @@ -620,7 +620,6 @@ class FBClient: if arg.startswith(self.config['pastebin']): return Paste(self.extractId(arg)) if re.match('https?://', arg): - # FIXME: this does not work with URLs ending in / and it does not use content-disposition outfile = os.path.join(self.tempdir, os.path.basename(arg.strip("/"))) self.curlw.dl_file(arg, outfile) return File(outfile) -- cgit v1.2.3-24-g4f1b