Coder Social home page Coder Social logo

tumblr_imgs_download's Introduction

从 tumblr 上下载图片回来

根据各个博主的二级域名建立对应的文件夹,存放相应的图片资源

依赖库

  • requests

功能支持

  • 多线程下载

使用说明

首先获取博主二级域名, e.g http://er0.tumblr.com --> er0

dl = tumblr.Tumblr('er0')
dl.run()

update

  • 添加了 http proxy 支持,按照 requests 的使用方法,提供如下形式的 http 代理
proxies = {'schema':'schema://host:port'}
dl = tumblr.Tumblr('er0', proxies=proxies)
dl.run()
  • 如果不需要下载图片,而只想要提取图片链接,可以传入参数 need_save=False 图片链接保存在 logs/imgurl.log 中,使用 awk '{print $5}' imgurl.log > img.url 即可提取出来 img url

更多的博主链接可以参考 general_run.py 中列出来的

tumblr_imgs_download's People

Contributors

leyle avatar josephok 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.