tumblr-utils icon indicating copy to clipboard operation
tumblr-utils copied to clipboard

Reconstruct/rebuild posts and archive files from JSON.

Open indrakaw opened this issue 6 years ago • 0 comments

The case: A tumblr blog is backed up. It left JSON files. Many media is downloaded, although there are some media aren't downloaded because of error. I want to rebuild the post and archive page for some reason, eg. change posts-per-page or reverse index. Normally, excluding incremental backup, I have to delete the entires backed up blog then rebackup it; what a wasteful time and resources.

Aside reconstruct/regenerate, I used to use PHP languages to generate dynamic page from archived blog. Also, I have to look up for missing localmedia, JSON doesn't contain ../media/PostNum_oID.format, but remote url.

indrakaw avatar Jan 04 '19 15:01 indrakaw