TachibanaGeneralLaboratories / download-navi

Free and Open Source software download manager
GNU General Public License v3.0
837 stars 87 forks source link

Error parsing filename and unknown file extension #187

Closed Kita2345 closed 3 years ago

Kita2345 commented 3 years ago

example https://pan.tpcraft.cn/api/v3/file/source/7/Java8%2064%E4%BD%8D.exe?sign=TuX1WLnbXtd0V7RmoFDvvmqgMN8EmVNs03xeacaNqGA%3D%3A0 Screenshot_2021-09-12-02-04-54

proninyaroslav commented 3 years ago

The reason is incorrect Conten-Disposition format: attachment;filename*=utf-8''f3I5VzTa%5FJava8%2064%E4%BD%8D%2Eexe;filename="f3I5VzTa_Java8 64%E4%BD%8D.exe"

I will think about how to handle this case.

proninyaroslav commented 3 years ago

Fixed. I also sent the fix to Firefox Mobile team, it has the same problem https://github.com/mozilla-mobile/android-components/pull/11055