Recently I wanted to leave medium.com and go back to wordpress. I exported my data, and found out that images were just not included. Also, medium included only links to small images. I was very frustrated and I wrote this tool.<p>Let me tell you how it works:<p>First it searches for the medium export files in the directory you are in. Medium files have names like YYYY-MM-DD-whatever-(Hash with 12 hex digits).html<p>After it searches your files for images. Exported Image links by medium are small (400/800 etc). So this tool replaces the url and gets the original file.<p>Downloads all images to export/img folder.<p>Then it replaces all image links in your html files, and saves them to export folder.<p>Original html exports stays the same.<p>It downloads all files, so it can take some time.