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.