From 754dc9407ba2d6a62abfd154c5d245105e47b94e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 7 Feb 2024 08:43:48 +0200 Subject: Add yeetube-filter-code-alist List of filter codes used by youtube.com --- yeetube.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/yeetube.el b/yeetube.el index 569948a..c9e456a 100644 --- a/yeetube.el +++ b/yeetube.el @@ -264,6 +264,11 @@ This is used to download thumbnails from `yeetube-content', within (concat "wget " (shell-quote-argument thumbnail) " -O" (shell-quote-argument title)) nil 0))))) +(defvar yeetube-filter-code-alist + '(("Relevance" . "CAASAhAB") + ("Date" . "CAISAhAB") + ("Views" . "CAMSAhAB") + ("Rating" . "CAESAhAB"))) ;;;###autoload (defun yeetube-search (query) "Search for QUERY." -- cgit v1.2.3