aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-02-03 12:46:05 -0500
committerJesús <heckyel@hyperbola.info>2021-02-03 12:46:05 -0500
commitafcec267a3cb894cb9c6301b2c6ab858854f3e6d (patch)
treeb987f13aca8d2da4b94cdec03df0f98d915362bb
parentb1a00109f23be9c7424cf920499cc2163f576c14 (diff)
downloadlivie-afcec267a3cb894cb9c6301b2c6ab858854f3e6d.tar.lz
livie-afcec267a3cb894cb9c6301b2c6ab858854f3e6d.tar.xz
livie-afcec267a3cb894cb9c6301b2c6ab858854f3e6d.zip
change Invidious API
https://invidious.048596.xyz/api/v1/* is down :s ``` Forbidden You don't have permission to access this resource. ```
-rw-r--r--livie.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/livie.el b/livie.el
index ee075e6..b45826e 100644
--- a/livie.el
+++ b/livie.el
@@ -60,7 +60,7 @@
:type '(alist :value-type (group string string))
:group 'livie)
-(defvar livie-invidious-api-url "https://invidious.048596.xyz"
+(defvar livie-invidious-api-url "https://invidious.namazso.eu"
"URL to Invidious instance.")
(defvar livie--insert-functions '((video . livie--insert-video)