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",