bgadrian / medium-to-hugo

Medium stories exporter to markdown/hugo articles.
68 stars 10 forks source link

Sanitise filenames that contain `*` or `?` #7

Open RichardSlater opened 2 years ago

RichardSlater commented 2 years ago

I found that on Windows certainly, the existence of a * in the URI on Medium.com would cause image imports to fail. For good measure I also replace ? with a _ as that would also cause the same issue if URIs gained query strings.