update comment

This commit is contained in:
Barbara Miller
2024-03-20 10:17:34 -07:00
parent d748f11ac7
commit 3996195ab3
@@ -439,7 +439,7 @@ public class ExtractorYoutubeDL extends Extractor
* updated for yt-dlp v.2023.07.06 and higher
* Download the best video with best vcodec no better than h264 and
* the best audio with best acodec no better than aac and
* with neither height nor width larger than 576.
* with the smallest dimension no larger than 720.
*/
ProcessBuilder pb = new ProcessBuilder("yt-dlp", "--ignore-config",
"--simulate", "--dump-single-json", "-S vcodec:h264,res:720,acodec:aac",