ripme icon indicating copy to clipboard operation
ripme copied to clipboard

Unable to rip custom tumblr URLs

Open poiuyrt546 opened this issue 7 years ago • 6 comments

Trying to rip b-authentique.com

Adding .tumblr.com doesn't work either.

Any clues how to get around this?

Thanks

poiuyrt546 avatar Apr 28 '17 17:04 poiuyrt546

yeah same i tried changin the auth toqen but it doesnt worq anymore sadly. it worqed before few months just by changin the auth toqen :(

eatmars avatar May 06 '17 09:05 eatmars

Nevermind it worqed i just need to restart ripme

eatmars avatar May 06 '17 09:05 eatmars

Nevermind it worqed i just need to restart ripme

Were you able to rip b-authentique.com?

poiuyrt546 avatar May 09 '17 02:05 poiuyrt546

@eatmars @poiuyrt546 I tried ripping b-authentique.com and b-authentique.tumblr.com and neither worked for me.

But that said, a usual tumblr website (not custom URL) stopped working for me as well: http://guilin1970.tumblr.com/

If you have a site like this (which is actually a tumblr blog with a custom URL), if you can find out the name of the actual tumblr blog, you can just put it into ripme like so: http://b-authentique.tumblr.com

Ripme uses the tumblr API to get images from tumblr blogs, so if this doesn't work it either means the username is wrong, the tumblr ripper is broken, or something like permission is denied.

metaprime avatar May 09 '17 18:05 metaprime

Ripme uses the tumblr API to get images from tumblr blogs, so if this doesn't work it either means the username is wrong, the tumblr ripper is broken, or something like permission is denied.

b-authentique.tumblr.com/archive shows a standard tumblr archive page for this website so the username seems to be correct; unless I'm missing something here.

Other tumblr websites with non-custom URLs are still working fine for me.

poiuyrt546 avatar May 10 '17 12:05 poiuyrt546

Well, http://b-authentique.tumblr.com should work as any other blog on Tumblr. The API response does not indicate anything unusual.

{
  "meta": {
    "status": 200,
    "msg": "OK"
  },
  "response": {
    "blog": {
      "ask": false,
      "ask_anon": false,
      "ask_page_title": "Ask me anything",
      "can_subscribe": false,
      "description": "Inspiring photographers and models from all over the world.",
      "is_adult": false,
      "is_nsfw": true,
      "name": "b-authentique",
      "posts": 4541,
      "reply_conditions": "3",
      "share_likes": false,
      "subscribed": false,
      "title": "B-Authentique | Online Magazine",
      "total_posts": 4541,
      "updated": 1494423998,
      "url": "http://www.b-authentique.com/"
    }
  }
}

(https://api.tumblr.com/console/calls/blog/info)

Hrxn avatar May 10 '17 18:05 Hrxn