From e259ef9ca6357c494c8dfde44b2e3058a8746f6a Mon Sep 17 00:00:00 2001 From: moonstar-x Date: Sat, 12 Jun 2021 02:16:33 -0500 Subject: [PATCH] Updated README. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 132587e..e698288 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # Kiss Asian Downloader Download content from Kiss Asian through JDownloader. + +## Installation + +Clone this repository. Then, install the dependencies. + +```text +npm install +``` + +## Usage + +You can use the script with the following command: + +```text +node . --display +``` + +> The argument `--display` is used if you wish to see the puppeteer window. +> +> `links_file` must be a text file containing the links to KissAsian media pages separated by newlines.