change position Invidious API
This commit is contained in:
parent
e2ebb8962b
commit
a732fc6932
7
livie.el
7
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.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user