mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-26 07:35:39 +00:00
update comment
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user