Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin authored Oct 15, 2023
1 parent 685b37c commit ddaa074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DownloadAllContent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function decode(t) {
}().then((t=>window[r][o][c](g, t, f))).then((t=>JSON.parse((new TextDecoder).decode(t))))
}
```
> 因此規則可按如下步驟編寫,首先調用 https://read.douban.com/j/article_v2/get_reader_data, 透過表單形式提供當前章節的 aid(即爲 chapter 后的數字串),獲取 json.data 即爲密文,然後透過上方的解密方法獲取正文。
> 因此規則可按如下步驟編寫,首先調用 https://read.douban.com/j/article_v2/get_reader_data, 透過表單形式提供當前章節的 aid(即爲 chapter 后的數字串),獲取 json.data 即爲密文,然後透過上方的解密方法獲取正文。正文位於 posts[0].contents 中,遍歷后讀取 data.text[0].content 拼接即可
### 測試網頁
+ http://www.gulongbbs.com/zhentan/bdlr/plje/Index.html
Expand Down

0 comments on commit ddaa074

Please sign in to comment.