jekyll / jekyll-import

:inbox_tray: The "jekyll import" command for importing from various blogs to Jekyll format.
https://import.jekyllrb.com
MIT License
512 stars 315 forks source link

Replace URI.decode with URI::DEFAULT_PARSER.unescape #517

Closed parkr closed 1 year ago

parkr commented 1 year ago

This was how URI.decode was implemented.

Removed in https://github.com/ruby/uri/commit/61c6a47ebf

Fixes #509.

parkr commented 1 year ago

@jekyllbot: merge +fix

ashmaroli commented 1 year ago

Was blogger importer the only importer using the removed URI method?

parkr commented 1 year ago

Yes!