re-word the example yt-dlp download format suggestions

This commit is contained in:
Ness LookAlike 2025-09-19 16:57:53 -09:00 committed by GitHub
parent f4c78e32f7
commit 16daa432ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -396,19 +396,19 @@ const SettingsApplication = () => {
<span className="settings-current">
{'bestvideo[height<=720]+bestaudio/best[height<=720]'}
</span>
: best audio and max video height of 720p.
: best video and audio, max video height of 720p.
</li>
<li>
<span className="settings-current">
{'bestvideo[height<=1080]+bestaudio/best[height<=1080]'}
</span>
: best audio and max video height of 1080p.
: best video and audio, max video height of 1080p.
</li>
<li>
<span className="settings-current">
{'bestvideo[height<=1080][vcodec*=avc1]+bestaudio[acodec*=mp4a]/mp4'}
</span>
: Max 1080p video height with iOS compatible video and audio codecs.
: best iOS-compatible video and audio, max video height of 1080p.
</li>
<li>This can also be configured on a per channel basis.</li>
<li>