6060# Installation
6161
6262<p align =" center " >
63- <a href =" https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_win.exe " style = " margin : 0 20 px ; " >
63+ <a href =" https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_win.exe " >
6464 <img src="https://img.shields.io/badge/-Windows-blue.svg?style=for-the-badge&logo=windows" alt="Windows">
6565 </a >
66- <a href =" https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_mac " style = " margin : 0 20 px ; " >
66+ <a href =" https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_mac " >
6767 <img src="https://img.shields.io/badge/-macOS-black.svg?style=for-the-badge&logo=apple" alt="macOS">
6868 </a >
69- <a href =" https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux " style = " margin : 0 20 px ; " >
69+ <a href =" https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux " >
7070 <img src="https://img.shields.io/badge/-Linux-orange.svg?style=for-the-badge&logo=linux" alt="Linux">
7171 </a >
72+ <a href =" https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux_previous " >
73+ <img src="https://img.shields.io/badge/-Linux Previous-gray.svg?style=for-the-badge&logo=linux" alt="Linux Previous">
74+ </a >
7275</p >
7376
74-
7577## 1. PyPI Installation
7678
7779Install directly from PyPI:
@@ -349,7 +351,9 @@ The configuration file is divided into several main sections:
349351 "show_trending" : true ,
350352 "use_api" : true ,
351353 "not_close" : false ,
352- "telegram_bot" : false
354+ "telegram_bot" : false ,
355+ "download_site_data" : false ,
356+ "validate_github_config" : false
353357 }
354358}
355359```
@@ -362,6 +366,8 @@ The configuration file is divided into several main sections:
362366- ` not_close ` : If set to true, keeps the program running after download is complete
363367 * Can be changed from terminal with ` --not_close true/false `
364368- ` telegram_bot ` : Enables Telegram bot integration
369+ - ` download_site_data ` : If set to false, disables automatic site data download
370+ - ` validate_github_config ` : If set to false, disables validation and updating of configuration from GitHub
365371
366372## OUT_FOLDER Settings
367373
0 commit comments