From 6b7d10b19d7ac8d7175f969421888e32244e9c06 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 11 Dec 2023 17:28:41 -0500 Subject: rename func to emacsconf-youtube-api-sort-playlist --- emacsconf-extract.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsconf-extract.el b/emacsconf-extract.el index b042f66..bf73b75 100644 --- a/emacsconf-extract.el +++ b/emacsconf-extract.el @@ -1263,7 +1263,7 @@ If QA is non-nil, treat it as a Q&A video." ;; This still needed some tweaking, so maybe next time we'll try just inserting the items into the playlist (defvar emacsconf-extract-youtube-api-playlist nil) (defvar emacsconf-extract-youtube-api-playlist-items nil) -(defun emacsconf-extract-youtube-sort-playlist () +(defun emacsconf-extract-youtube-api-sort-playlist () (interactive) (setq emacsconf-extract-youtube-api-playlist (seq-find (lambda (o) (let-alist o (string= .snippet.title (concat emacsconf-name " " emacsconf-year)))) (assoc-default 'items emacsconf-extract-youtube-api-playlists))) -- cgit v1.2.3