diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-03-28 00:03:18 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-03-28 00:03:18 +0200 |
commit | 79470d9defec44fa7308d97f316d0561dabdf94d (patch) | |
tree | 2c198aaec2b36d40203cf068cda60c1620135998 | |
parent | 82691d3777eeaa958574f73ebba68af4856434c0 (diff) |
Clean up already fixed FIXME
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | fb.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |