bbolli / tumblr-utils

Utilities for dealing with Tumblr blogs, Tumblr backup
GNU General Public License v3.0
668 stars 124 forks source link

fix posts without a type #180

Closed ritu1337 closed 4 years ago

ritu1337 commented 5 years ago

some posts have a "subtype" field and no "type" field so we treat any subtype ("quirky", "quote", "chat"...) as a text type. https://github.com/bbolli/tumblr-utils/issues/167 https://github.com/bbolli/tumblr-utils/issues/167#issuecomment-446067687

https://github.com/bbolli/tumblr-utils/issues/177

brianjleeofcl commented 5 years ago

Ran this branch locally and it seems to work without hitting TypeErrors.

cebtenzzre commented 5 years ago

I think that the current implementation (as of 55b8301) is more robust and flexible. Once it stops unconditionally throwing exceptions, that is...