From 18774b821885f4d8c18ed9183e55d7b0393f77c5 Mon Sep 17 00:00:00 2001 From: HitomaruKonpaku Date: Sun, 13 Oct 2024 07:00:50 +0700 Subject: [PATCH] Update README --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c24b9b7..bb0caa8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,18 @@ - [ffmpeg](https://www.ffmpeg.org/) - [yt-dlp](https://github.com/yt-dlp/yt-dlp) +### Docker + +- See [example](./example/) +- Download [docker-compose.yaml](./example/docker-compose.yaml) & [config.yaml](./example/config.yaml) +- Save cookies as file with Netscape format (OPTIONAL) + - Try [Open Cookies.txt](https://chromewebstore.google.com/detail/open-cookiestxt/gdocmgbfkjnnpapoeobnolbbkoibbcif) on Chrome +- Run + + ```sh + docker compose up -d + ``` + ## Installation ``` @@ -22,18 +34,6 @@ npm run build ## Usage -### Docker - -- See [example](./example/) -- Download [docker-compose.yaml](./example/docker-compose.yaml) and [config.yaml](./example/config.yaml) -- Run - - ```sh - docker compose up -d - ``` - -### Local - 1. Make sure you can run `yt-dlp` & `ffmpeg` from current working directory ```