mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 16:13:03 +03:00
fix: typo
This commit is contained in:
parent
85e60e58ca
commit
8e7e13d4e4
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = "Extending elfeed entries with PDF viewer and subtitles fetcher"
|
title = "Extending elfeed with PDF viewer and subtitles fetcher"
|
||||||
author = ["Pavel Korytov"]
|
author = ["Pavel Korytov"]
|
||||||
date = 2022-05-10
|
date = 2022-05-10
|
||||||
tags = ["emacs", "org-mode"]
|
tags = ["emacs", "org-mode"]
|
||||||
|
|
@ -589,6 +589,7 @@ OVERWRITE is non-nil."
|
||||||
(let* ((buffer (generate-new-buffer "youtube-transcripts"))
|
(let* ((buffer (generate-new-buffer "youtube-transcripts"))
|
||||||
(proc (start-process "youtube_transcript_api" buffer
|
(proc (start-process "youtube_transcript_api" buffer
|
||||||
"youtube_transcript_api" video-id
|
"youtube_transcript_api" video-id
|
||||||
|
"--languages" "en" "ru" "de"
|
||||||
"--format" "webvtt")))
|
"--format" "webvtt")))
|
||||||
(set-process-sentinel
|
(set-process-sentinel
|
||||||
proc
|
proc
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#+HUGO_SECTION: posts
|
#+HUGO_SECTION: posts
|
||||||
#+HUGO_BASE_DIR: ../
|
#+HUGO_BASE_DIR: ../
|
||||||
#+TITLE: Extending elfeed entries with PDF viewer and subtitles fetcher
|
#+TITLE: Extending elfeed with PDF viewer and subtitles fetcher
|
||||||
#+DATE: 2022-05-10
|
#+DATE: 2022-05-10
|
||||||
#+HUGO_TAGS: emacs
|
#+HUGO_TAGS: emacs
|
||||||
#+HUGO_TAGS: org-mode
|
#+HUGO_TAGS: org-mode
|
||||||
|
|
@ -548,6 +548,7 @@ OVERWRITE is non-nil."
|
||||||
(let* ((buffer (generate-new-buffer "youtube-transcripts"))
|
(let* ((buffer (generate-new-buffer "youtube-transcripts"))
|
||||||
(proc (start-process "youtube_transcript_api" buffer
|
(proc (start-process "youtube_transcript_api" buffer
|
||||||
"youtube_transcript_api" video-id
|
"youtube_transcript_api" video-id
|
||||||
|
"--languages" "en" "ru" "de"
|
||||||
"--format" "webvtt")))
|
"--format" "webvtt")))
|
||||||
(set-process-sentinel
|
(set-process-sentinel
|
||||||
proc
|
proc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue