From a087bf0c28e1d3e3fa29d835c4f078466781bea2 Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Lovi-0@users.noreply.github.com> Date: Sat, 22 Mar 2025 12:30:08 +0100 Subject: [PATCH] doc: Update readme --- README.md | 16 +++++++++++----- config.json | 4 +++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 34da2df..c6b9520 100644 --- a/README.md +++ b/README.md @@ -60,18 +60,20 @@ # Installation
- ## 1. PyPI Installation Install directly from PyPI: @@ -349,7 +351,9 @@ The configuration file is divided into several main sections: "show_trending": true, "use_api": true, "not_close": false, - "telegram_bot": false + "telegram_bot": false, + "download_site_data": false, + "validate_github_config": false } } ``` @@ -362,6 +366,8 @@ The configuration file is divided into several main sections: - `not_close`: If set to true, keeps the program running after download is complete * Can be changed from terminal with `--not_close true/false` - `telegram_bot`: Enables Telegram bot integration +- `download_site_data`: If set to false, disables automatic site data download +- `validate_github_config`: If set to false, disables validation and updating of configuration from GitHub ## OUT_FOLDER Settings diff --git a/config.json b/config.json index 475d25b..8bf55c1 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,9 @@ "show_trending": true, "use_api": true, "not_close": false, - "telegram_bot": false + "telegram_bot": false, + "download_site_data": true, + "validate_github_config": true }, "OUT_FOLDER": { "root_path": "Video",