diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-12-11 17:28:41 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-12-11 17:28:41 -0500 |
commit | 6b7d10b19d7ac8d7175f969421888e32244e9c06 (patch) | |
tree | 97a0ce5604465fca8f71d86b5d0dc263078b7880 | |
parent | 746a34134f7c21789031c2ef88d37d09dbb47cbc (diff) | |
download | emacsconf-el-6b7d10b19d7ac8d7175f969421888e32244e9c06.tar.xz emacsconf-el-6b7d10b19d7ac8d7175f969421888e32244e9c06.zip |
rename func to emacsconf-youtube-api-sort-playlist
-rw-r--r-- | emacsconf-extract.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |