mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
New youtube-dl parameters
This commit is contained in:
parent
3b364368f8
commit
f01e0a6556
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue