You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
indrakaw
changed the title
Reconstruct/regenerate posts and archive files from JSON.
Reconstruct/rebuild posts and archive files from JSON.
Jan 5, 2019
cebtenzzre
added a commit
to cebtenzzre/tumblr-utils
that referenced
this issue
Sep 24, 2020
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.The text was updated successfully, but these errors were encountered: