stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.97k stars 305 forks source link

Support urls with non-ascii characters by setting encode-url as an option. #112

Closed eelogic closed 6 years ago

eelogic commented 6 years ago

try fixing #64

iget-master commented 6 years ago

Why it's closed?

stevenvachon commented 6 years ago

I'm not sure why he closed it, but I would not have merged it anyway. The v0.8 branch uses URL(), which is not only a standard, but not prone to issues like encodeURI.