Apparently youtube doesn't come with audio anymore

This commit is contained in:
Benson Chu 2024-11-17 17:48:57 -06:00
parent 8a015819d0
commit 416f8c9d0e

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
(car site))))
"-f 137+140" (car site))))
((and
(= (length site) 1)
(string-match-p "reddit" (car site)))