A simple python script to download douban albums.
$ pip install douban-album-dl
$ douban-album-dl album_id [location]
album_id
is the last number of the douban album url.
i.e. "https://www.douban.com/photos/album/<ALBUM_ID>"
location
is the folder where images saved, defaults to ./album
.
MIT
Feel free to file an issue, or make a pr.