aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-09 06:41:59 +0200
committerThanos Apollo <[email protected]>2024-02-09 18:37:26 +0200
commitae90598b6a18fec2956369754a914c643ced467d (patch)
treea6eaabc4a5b243142b8256c45062d9878eff9895
parent28b603bfc57788e25f8016a7771cedf372e5f3b5 (diff)
yeetube-filter-code-alist: Update relevance code
Update to only include videos & not livestreams etc
-rw-r--r--yeetube.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yeetube.el b/yeetube.el
index 0ec9d97..5ef4071 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -264,7 +264,7 @@ This is used to download thumbnails from `yeetube-content', within
nil 0)))))
(defvar yeetube-filter-code-alist
- '(("Relevance" . "CAASAhAB")
+ '(("Relevance" . "EgIQAQ%253D%253D")
("Date" . "CAISAhAB")
("Views" . "CAMSAhAB")
("Rating" . "CAESAhAB")))