D
Size: a a a
D
PG
(set-process-sentinel
(start-process "youtube-duration" duration-buffer
"ytdl" "--no-color" "--get-duration" link)
`(lambda (process _change)
(when (eq 0 (process-exit-status process))
(with-current-buffer ,duration-buffer
(message "\"%s\" duration: %s"
,title (string-trim (buffer-string)))
(kill-buffer)))))
PG
a
lexical-binding
?VL
D
D
VL
VL
VL
VL
D
D
D
D
a
D
S
D
E