Skip to content

Instantly share code, notes, and snippets.

@v3rba
v3rba / tumblr-photo-ripper.rb
Last active December 6, 2018 03:02 — forked from jamiew/tumblr-photo-ripper.rb
Download all the images and gifs from a Tumblr blog
# Usage:
# [sudo] gem install mechanize
# ruby tumblr-photo-ripper.rb
require 'rubygems'
require 'mechanize'
# Your Tumblr subdomain, e.g. "jamiew" for "jamiew.tumblr.com"
site = "jamiew"