TachibanaGeneralLaboratories / download-navi

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

wrong file extension #224

Closed Kita2345 closed 2 years ago

Kita2345 commented 2 years ago

Downloaded not in .json file but in .bin file extension.

Link https://android.googlesource.com/?format=JSON

xibr commented 2 years ago

In Release 1.5 and 1.6 Screenshot_20220206-172729_Download Navi

There is no problem with the file extension.

Kita2345 commented 2 years ago

Screenshot_20220206-205607~2

proninyaroslav commented 2 years ago

@Kita2345 Which version?

Kita2345 commented 2 years ago

1.6

Kita2345 commented 2 years ago

error occurs on android 9

xibr commented 2 years ago

On android 10 there is no issue, but I just tried it on android 9 and indeed the correct file format is not displayed. returned like this downloadfile.bin

proninyaroslav commented 2 years ago

I guess these are similar problems https://github.com/TachibanaGeneralLaboratories/download-navi/issues/221. Probably Android 9 doesn't contain the correct MIME type for JSON. I will check it.

proninyaroslav commented 2 years ago

I have added the JSON MIME type to the manual list. As it turns out, Android 9 and below doesn't recognize this.