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