Git Product home page Git Product logo

tumbdl's Introduction

tumbdl

Tumblr image downloader and archiver

A simple bash script that scans the archive of a tumblelog and gets the image or video files from the post pages. It keeps track of the post pages that have been downloaded, so that existing images are not downloaded again. This makes it easy to archive a tumblelog on your computer and update it if new images were posted.

Requirements:

bash (Version?), wget, grep, egrep (most linux distros should have these)

Usage

Checkout the code:

 git clone git://github.com/gedsic/tumbdl.git

Set script as executable:

 cd tumbdl
 chmod +x tumbdl.sh

Run script on your favorite tumblelog

 ./tumbdl.sh prostbote.tumblr.com prostbote

Detailed usage of the script:

 tumbdl.sh [URL] [DIR]
 
 URL: URL of tumblelog
 DIR: directory to put images in

FAQ

I downloaded all images from some tumblr page a week ago. Now it has new images. How do I update my downloaded files?

Simply run the script again, passing the URL of the page and the directory in which the old files are.

I want to continue an interrupted download, but the script quits, saying that there is nothing new to download. What do?

Delete the articles.txt file in your target directory. This way, the script will scan all archive pages again. Don't worry, existing images will not be overwritten.

The script doesn't download some of the videos

Videos not hosted by tumblr will not be downloaded. Try youtube-dl!

Donations

If you use tumbdl and like it, you are welcome to donate bitcoins to my address: 1LsCBob5B9SWknoZfF6xpZWJ9GF4NuBLVD

License

Licensed under the Apache License 2.0, see code for more information

Authors

tumbdl's People

Contributors

gedsic avatar andre3k1 avatar timosha avatar shekkbuilder avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.