gautamdhameja / medium-2-md

A CLI tool that converts exported Medium posts (html) to Jekyll/Hugo compatible markdown with front matter.
https://www.npmjs.com/package/medium-2-md
Apache License 2.0
144 stars 19 forks source link

Medium now has rate-limiting on image downloads #35

Closed SimonBaars closed 4 months ago

SimonBaars commented 4 months ago

Currently, the script has no delay on image downloads. The first few article's images will fetch correctly, after which Medium rate limits and the next couple will fail.

Proposed solution is an extra argument timeout which delays every image fetch by a specified number of milliseconds. A default timeout of something like 100 milliseconds should fix the problem.

(I'd be happy to make this change as an open source contribution)

gautamdhameja commented 4 months ago

Closing as complete.