From a10ed5ae35453fd59890eec227d658aac6f7b1c4 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 9 Dec 2023 10:47:27 -0500 Subject: add code for renaming videos on YouTube --- emacsconf-extract.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/emacsconf-extract.el b/emacsconf-extract.el index 7a1b3a9..7fb3e12 100644 --- a/emacsconf-extract.el +++ b/emacsconf-extract.el @@ -1031,7 +1031,13 @@ Strategies: ;;; YouTube -;; When the token needs refreshing, delete the associated lines from ~/.authinfo +;; When the token needs refreshing, delete the associated lines from +;; ~/.authinfo This code just sets the title and description. Still +;; need to figure out how to properly set the license, visibility, +;; recording date, and captions. +;; +;; To avoid being prompted for the client secret, it's helpful to have a line in ~/.authinfo or ~/.authinfo.gpg with +;; machine https://oauth2.googleapis.com/token username CLIENT_ID password CLIENT_SECRET (defvar emacsconf-extract-google-client-identifier nil) (defvar emacsconf-extract-youtube-api-channels nil) -- cgit v1.2.3