From a732fc693255a516d193720b20725452e3862b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 26 Jan 2021 21:35:11 -0500 Subject: change position Invidious API --- livie.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/livie.el b/livie.el index 8de69c3..198ca34 100644 --- a/livie.el +++ b/livie.el @@ -58,6 +58,9 @@ :type '(alist :value-type (group string string)) :group 'livie) +(defvar livie-invidious-api-url "https://invidious.048596.xyz" + "URL to Invidious instance.") + (defvar livie--insert-functions '((video . livie--insert-video) (playlist . livie--insert-playlist) (channel . livie--insert-channel))) @@ -77,10 +80,6 @@ (defvar livie--default-channel-action #'livie--open-channel "Action to open a channel.") - -(defvar livie-invidious-api-url "https://invidious.048596.xyz" - "URL to Invidious instance.") - (defvar livie-default-video-query-fields "type,author,lengthSeconds,title,videoId,authorId,viewCount,published" "Default fields of interest for video search.") -- cgit v1.2.3