Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ruby 3 bug for the download method
the `URI#unescape` method does not exists anymore on ruby 3. I used the `#decode_www_form_component` method instead to replace %20 like characters.
- Loading branch information