From d72a8021b2d26d1d0c73630deb9f365374b8ff7b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 7 Oct 2023 10:22:24 +0300 Subject: Add yeetube-invidious instances List with popular invidious instances, which is going to be used with yeetube-browse-url function. --- yeetube.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'yeetube.el') diff --git a/yeetube.el b/yeetube.el index a125e96..566bb30 100644 --- a/yeetube.el +++ b/yeetube.el @@ -72,6 +72,15 @@ Example Usage: :type 'string :group 'yeetube) +(defvar yeetube-invidious-instances + '("vid.puffyan.us" + "invidious.flokinet.to" + "yt.artemislena.eu" + "invidious.privacydev.net" + "onion.tube" + "yewtu.be") + "List of invidious instaces.") + (defvar yeetube-content nil "Scraped content.") -- cgit v1.2.3