No-Go Importing Paged Atom Feeds

163 words.

Today I was pondering importing all of my old posts into WordPress. This is not quite as simple as you might think when trying to import from a custom blog platform. WordPress has this handy RSS Import plugin, but it requires the XML to be a file on your hard drive.

No problem, right? You just open up the source of the feed on the old site (which, in my case, is actually an Atom feed) and save it to a file. Wait, not so fast. That old feed has like 5000 posts in it. And the feed only shows the last 15. There’s a whole chain of rel=next links to follow to get the entire feed, 15 at a time.

Okay, a small setback, but easy to solve. I’ll just Google and find a tool that will download a paged Atom feed to a big file on my hard drive. Well, hours later, apparently nobody has ever written such a tool. What-The-Eff.

Related

This page is a static archival copy of what was originally a WordPress post. It was converted from HTML to Markdown format before being built by Hugo. There may be formatting problems that I haven't addressed yet. There may be problems with missing or mangled images that I haven't fixed yet. There may have been comments on the original post, which I have archived, but I haven't quite worked out how to show them on the new site.

Sorry, new comments are disabled on older posts. This helps reduce spam. Active commenting almost always occurs within a day or two of new posts.