Skip to content

Commit 173814f

Browse files
committed
README
1 parent e2d582f commit 173814f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@ After launching your bot successfully, you can interact with it via Telegram (se
202202
- `download_original_video_domains = site1.com, site2.com, site3.com`
203203
- at the moment it's used for media platforms that have had reported issues during testing
204204
- when active, a comma-separated list is used to check up on media sites that require their contents to be downloaded as the original video instead of audio-only
205-
- _(the tradeoff is obviously download size and hence speed; the audio-only method is usually the fastest and should be preferred for most popular sites, hence only add problematic sites to the video-only list)_
205+
- _(the tradeoff is obviously download size and hence speed; the audio-only method is usually the fastest and should be preferred for most popular sites, hence only add problematic sites to the video-only list)_
206+
- using worst available video quality (with audio in it) is usually recommended
207+
- video quality selection is in `config.ini`: `use_worst_video_quality = true` (default is true, set to false if it doesn't work for your setup)
208+
- again, the default setup in this version should work for most users
206209
- v0.1706 - Disable asking for token if running inside Docker
207210
- by default, the app will ask for the token if it's not found, unless Dockerized
208211
- can be better for headless use case scenarios where you need the error message rather than a prompt for the bot token

0 commit comments

Comments
 (0)