You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- at the moment it's used for media platforms that have had reported issues during testing
204
204
- 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
206
209
- v0.1706 - Disable asking for token if running inside Docker
207
210
- by default, the app will ask for the token if it's not found, unless Dockerized
208
211
- 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