tumblr / docs

Tumblr's public platform documentation.
Apache License 2.0
109 stars 27 forks source link

Tumblr export option missing photos / mis-linking photos. #37

Closed madCode closed 3 years ago

madCode commented 3 years ago

I just downloaded an export of a tumblr blog of mine and noticed two problems:

  1. Sometimes posts are missing photos. e.g. if there's a post named 123456789.html and a photo in the media folder named 123456789.gif, the post html doesn't contain the photo in it. I checked the raw html and there isn't even an empty img html tag. There's just nothing. The text and tags of the post render fine, but the photo is missing.

  2. Sometimes posts link to the wrong photo. e.g. Say there are two posts, 1.html and 2.html. And two photos: 1.gif, and 2.gif. 2.html embeds 1.gif in it instead of 2.gif.

cyle commented 3 years ago

Hello @madCode -- unfortunately this is not the best venue for issues with the Tumblr export blog tool. Please file a support ticket at https://www.tumblr.com/support and we'll help you as much as we can! This repo is meant for issues/questions about the Tumblr API.

madCode commented 3 years ago

Thanks @cyle ! I'll be sure to do that :)