forked from delta4d/douban-album-dl
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: wujiawei <wujiawei@xiaomi.com>
- Loading branch information
wujiawei
committed
Aug 3, 2017
1 parent
a51ca3e
commit c89787c
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
[bdist_wheel] | ||
universal = 1 | ||
|
||
[metadata] | ||
description-file = README.md |