hfaran / slack-export-viewer

A Slack Export archive viewer that allows you to easily view and share your Slack team's export
https://pypi.python.org/pypi/slack-export-viewer
MIT License
901 stars 189 forks source link

Bug encoding of urls #195

Open mindbreakercreations opened 1 month ago

mindbreakercreations commented 1 month ago

Hello, I noticed that the encoding does not see to be working correct, on one of the attachments for one of the channels there is attached pdf files but they contrain # char that should get encoded to %23 i think but dont and when you try to request the file, the script cuts off the # and anything after it so the 'MyTest#fileliveseher.pdf' becomes 'MyTest' and get error as that file can not be found on disk.