diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-26 21:35:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-26 21:35:11 -0500 |
commit | a732fc693255a516d193720b20725452e3862b80 (patch) | |
tree | fc3bb947d8fffdfefd68733a96595eecb146e516 | |
parent | e2ebb8962b93abd91cb6a75acd69a288e3a716c7 (diff) | |
download | livie-a732fc693255a516d193720b20725452e3862b80.tar.lz livie-a732fc693255a516d193720b20725452e3862b80.tar.xz livie-a732fc693255a516d193720b20725452e3862b80.zip |
change position Invidious API
-rw-r--r-- | livie.el | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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.") |