fix: typo

This commit is contained in:
Pavel Korytov 2022-05-10 21:29:26 +03:00
parent 85e60e58ca
commit 8e7e13d4e4
2 changed files with 4 additions and 2 deletions

View file

@ -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"]
date = 2022-05-10
tags = ["emacs", "org-mode"]
@ -589,6 +589,7 @@ OVERWRITE is non-nil."
(let* ((buffer (generate-new-buffer "youtube-transcripts"))
(proc (start-process "youtube_transcript_api" buffer
"youtube_transcript_api" video-id
"--languages" "en" "ru" "de"
"--format" "webvtt")))
(set-process-sentinel
proc

View file

@ -1,6 +1,6 @@
#+HUGO_SECTION: posts
#+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
#+HUGO_TAGS: emacs
#+HUGO_TAGS: org-mode
@ -548,6 +548,7 @@ OVERWRITE is non-nil."
(let* ((buffer (generate-new-buffer "youtube-transcripts"))
(proc (start-process "youtube_transcript_api" buffer
"youtube_transcript_api" video-id
"--languages" "en" "ru" "de"
"--format" "webvtt")))
(set-process-sentinel
proc