diff --git a/README.md b/README.md index 34da2df..c6b9520 100644 --- a/README.md +++ b/README.md @@ -60,18 +60,20 @@ # Installation

- + Windows - + macOS - + Linux + + Linux Previous +

- ## 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",