TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Easy to use tool to download images from medium export

3 点作者 mtkocak将近 7 年前

1 comment

mtkocak将近 7 年前
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&#x2F;800 etc). So this tool replaces the url and gets the original file.<p>Downloads all images to export&#x2F;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.