Skip to content

Commit

Permalink
little bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nondanee committed Dec 31, 2017
1 parent c229e12 commit 6f4d866
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Packaged executable files with Out-of-Box experience can be found in release tag
#### 1. Get params (ADB Required)
Run ```python get_params.py``` in terminal

![get_params](/screenshots/params.jpg)
<img src="/screenshots/params.jpg" alt="get_params" align="center" />

Generate ```params.json``` like
```
Expand All @@ -37,7 +37,7 @@ If want to use proxy, add a line like
#### 2. Get download queue (ADB Required)
Run ```python get_dl_queue.py``` in terminal

![get_dl_queue](/screenshots/queue.jpg)
<img src="/screenshots/queue.jpg" alt="get_dl_queue" align="center" />

Pull sqlite3 file ```main.db``` from device to working directory
Generate ```download.json``` like
Expand All @@ -57,11 +57,11 @@ Generate ```download.json``` like
#### 3. Start download
Run ```python start_dl.py``` in terminal

![start_dl](/screenshots/dl.jpg)
<img src="/screenshots/dl.jpg" alt="start_dl" align="center" />

All media files are downloaded to ```./resource``` directory

![resource](/screenshots/resource.jpg)
<img src="/screenshots/resource.jpg" alt="resource" align="center" />

Enjoy yourself

Expand Down
1 change: 0 additions & 1 deletion start_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
PIN = ""

LANG = 1 if locale.getdefaultlocale()[0] == "zh_CN" else 0
LANG = 0
STRING = {
"photo":[
"photo",
Expand Down

0 comments on commit 6f4d866

Please sign in to comment.