From 61ccb1c47a9a363e8b195fc1b15b63f5942adc24 Mon Sep 17 00:00:00 2001
From: 3ster <50641641+3ster@users.noreply.github.com>
Date: Wed, 30 Nov 2022 02:50:56 +0100
Subject: [PATCH] Fix example format specifier for iOS-compatible downloads
(#370)
---
tubearchivist/home/templates/home/settings.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html
index b02e1bdd..4a12ab6b 100644
--- a/tubearchivist/home/templates/home/settings.html
+++ b/tubearchivist/home/templates/home/settings.html
@@ -77,7 +77,7 @@
- bestvideo[height<=720]+bestaudio/best[height<=720]: best audio and max video height of 720p.
- bestvideo[height<=1080]+bestaudio/best[height<=1080]: best audio and max video height of 1080p.
- - bestvideo[height<=1080][VCODEC*=avc1]+bestaudio[ACODEC*=mp4a]/mp4: Max 1080p video height with iOS compatible video and audio codecs.
+ - bestvideo[height<=1080][vcodec*=avc1]+bestaudio[acodec*=mp4a]/mp4: Max 1080p video height with iOS compatible video and audio codecs.
- 0: deactivate and download the best quality possible as decided by yt-dlp.
Make sure your custom format gets merged into a single file. Check out the documentation for valid configurations.