RipMeApp / ripme

Downloads albums in bulk
MIT License
3.68k stars 625 forks source link

Issue ripping "private" tumblr #60

Open john-mb opened 6 years ago

john-mb commented 6 years ago

Tumblr in question is fiveonetwocouple.tumblr.com. You can't view the blog if you aren't logged in, and when you log in it opens as a side thing in your dashboard with a different url. RipMe only likes name.tumblr.com format so it's not able to rip this one.

rautamiekka commented 6 years ago

Yeah, the address in the address bar changes to https://www.tumblr.com/dashboard/blog/fiveonetwocouple#_=_ but I'm sure it's by no means final or even useful, so some extra work is likely needed; I didn't check further than that.

exuberancepaperclip commented 6 years ago

so i was looking into this and the only way to fix it is to implement oauth instead of using an api key for these private blogs, then it works fine. im not a java programmer and i made my own little tool for this purpose but im sure if someone cares and has the ability they can implement it