New youtube-dl parameters

This commit is contained in:
Benson Chu 2024-12-28 13:29:08 -06:00
parent 3b364368f8
commit f01e0a6556

View file

@ -42,7 +42,7 @@ added as a link in the `ARCHIVED_AT' property."
(make-directory directory)
(let ((default-directory directory))
(start-process "org-board-youtube-dl" "*org-board-youtube-dl*" youtube-dl-binary
"-f 137+140" (car site))))
"-f 135+140" (car site))))
((and
(= (length site) 1)
(string-match-p "reddit" (car site)))