diff options
author | Thanos Apollo <[email protected]> | 2024-02-09 06:41:59 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-09 18:37:26 +0200 |
commit | ae90598b6a18fec2956369754a914c643ced467d (patch) | |
tree | a6eaabc4a5b243142b8256c45062d9878eff9895 | |
parent | 28b603bfc57788e25f8016a7771cedf372e5f3b5 (diff) |
yeetube-filter-code-alist: Update relevance code
Update to only include videos & not livestreams etc
-rw-r--r-- | yeetube.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"))) |