Skip to content

Commit a087bf0

Browse files
committed
doc: Update readme
1 parent e864855 commit a087bf0

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,20 @@
6060
# Installation
6161

6262
<p align="center">
63-
<a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_win.exe" style="margin: 0 20px;">
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 20px;">
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 20px;">
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

7779
Install 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

config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"show_trending": true,
77
"use_api": true,
88
"not_close": false,
9-
"telegram_bot": false
9+
"telegram_bot": false,
10+
"download_site_data": true,
11+
"validate_github_config": true
1012
},
1113
"OUT_FOLDER": {
1214
"root_path": "Video",

0 commit comments

Comments
 (0)