aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-01-26 21:35:11 -0500
committerJesús <heckyel@hyperbola.info>2021-01-26 21:35:11 -0500
commita732fc693255a516d193720b20725452e3862b80 (patch)
treefc3bb947d8fffdfefd68733a96595eecb146e516
parente2ebb8962b93abd91cb6a75acd69a288e3a716c7 (diff)
downloadlivie-a732fc693255a516d193720b20725452e3862b80.tar.lz
livie-a732fc693255a516d193720b20725452e3862b80.tar.xz
livie-a732fc693255a516d193720b20725452e3862b80.zip
change position Invidious API
-rw-r--r--livie.el7
1 files 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.")