zaidka / cliget

A Firefox addon to download login-protected files from the command line
https://addons.mozilla.org/en-US/firefox/addon/cliget/
Mozilla Public License 2.0
357 stars 57 forks source link

Filename presented in UTF8 fails #72

Open Airell opened 3 years ago

Airell commented 3 years ago

I have an generated curl (or wget) command where the file name is presented in (some sort of) UTF-8 format: '--output-document '=?UTF-8?B?cHJldXBncmFkZV8xOV9jYnVpbGRfN19sZi56aXA=?='' .

This will be downloaded as 'preupgrade_19_cbuild_7_lf.zip' , but cliget will actually makes file '=?UTF-8?B?cHJldXBncmFkZV8xOV9jYnVpbGRfN19sZi56aXA=?=' .