Skip to content

Commit

Permalink
Rewrite README in markdown
Browse files Browse the repository at this point in the history
Signed-off-by: wujiawei <wujiawei@xiaomi.com>
  • Loading branch information
wujiawei committed Aug 3, 2017
1 parent a51ca3e commit c89787c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/<album_id>
https://movie.douban.com/celebrity/<celebrity_id>

`path` is the folder where images saved, defaults to `./douban`.

License
-------

MIT


Contribute
----------

Feel free to file an issue, or make a pr.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[bdist_wheel]
universal = 1

[metadata]
description-file = README.md

0 comments on commit c89787c

Please sign in to comment.