From c89787c579e6b1d3717856081127fdd270f68dce Mon Sep 17 00:00:00 2001 From: wujiawei Date: Thu, 3 Aug 2017 13:11:35 +0800 Subject: [PATCH] Rewrite README in markdown Signed-off-by: wujiawei --- README.md | 34 ++++++++++++++++++++++++++++++++++ setup.cfg | 3 +++ 2 files changed, 37 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..26b4434 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +douban downloader +======================= + +A simple python script to download douban albums and celebrity + + +Installation +------------ + + $ pip install douban-dl + + +Usage +----- + + $ douban-dl url [path] + +`url` should be like this: + + https://www.douban.com/photos/album/ + https://movie.douban.com/celebrity/ + +`path` is the folder where images saved, defaults to `./douban`. + +License +------- + +MIT + + +Contribute +---------- + +Feel free to file an issue, or make a pr. diff --git a/setup.cfg b/setup.cfg index 2a9acf1..0499089 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [bdist_wheel] universal = 1 + +[metadata] +description-file = README.md \ No newline at end of file