From 3996195ab34af6c225cfbc1c3cc8a56efc47004e Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Wed, 20 Mar 2024 10:17:34 -0700 Subject: [PATCH] update comment --- .../java/org/archive/modules/extractor/ExtractorYoutubeDL.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/main/java/org/archive/modules/extractor/ExtractorYoutubeDL.java b/contrib/src/main/java/org/archive/modules/extractor/ExtractorYoutubeDL.java index 7337e7fe..7b1065f9 100644 --- a/contrib/src/main/java/org/archive/modules/extractor/ExtractorYoutubeDL.java +++ b/contrib/src/main/java/org/archive/modules/extractor/ExtractorYoutubeDL.java @@ -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",