From b57d036e2c60918b01adbf70e4fd691de9b7d3e9 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 7 Feb 2024 08:58:18 +0200 Subject: Update README Add `Apply Filters` section --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index fb210a8..97b5ad2 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,21 @@ packages like so: Make sure that the media player of your choice can directly play youtube urls. +### Apply Filters + +To filter the search results based on a specific criterion, you can +modify the `yeetube-filter` value to your preferred option. + +For example: + +```emacs-lisp +(setf yeetube-filter "Views") +``` + +This will filter & sort the search results according to the number of +each video. + + ### FAQ #### Feature request: display thumbnails Formatting images in a text buffer is not something that I found easy -- cgit v1.2.3