aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
Diffstat (limited to 'yeetube.el')
-rw-r--r--yeetube.el5
1 files changed, 5 insertions, 0 deletions
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."