├── .gitignore ├── LICENSE ├── README.md ├── images ├── 1.png └── 2.png └── tumblr.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZxBing0066/tumblr-capturer/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZxBing0066/tumblr-capturer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZxBing0066/tumblr-capturer/HEAD/README.md -------------------------------------------------------------------------------- /images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZxBing0066/tumblr-capturer/HEAD/images/1.png -------------------------------------------------------------------------------- /images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZxBing0066/tumblr-capturer/HEAD/images/2.png -------------------------------------------------------------------------------- /tumblr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZxBing0066/tumblr-capturer/HEAD/tumblr.py --------------------------------------------------------------------------------