commit 1d392191d9c110c487ce36340f3881046a4659d1 parent a558b2aabd870b9d09aff76febb1ee938baf0c5f Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Wed, 15 Jul 2026 00:10:12 -0300 yt-dlp: limit default framerate to 30 Diffstat:
| M | .config/yt-dlp/config | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config @@ -1,4 +1,4 @@ ---format best[height<=720] +--format best[height<=720][fps<=30] --sub-langs en,es,fr,it,pt --write-subs --write-auto-subs