1
0
Fork 0

[oni-elfeed] Add bands to look out for

This commit is contained in:
Tom Willemse 2024-02-15 12:56:05 -08:00
parent bad4b6198b
commit 3d4924adbf

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2023.1107.155953 ;; Version: 2024.0205.235009
;; Package-Requires: (elfeed olivetti) ;; Package-Requires: (elfeed olivetti)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -134,7 +134,9 @@
(defvar oni-elfeed-blabbermouth-favourite-tagger (defvar oni-elfeed-blabbermouth-favourite-tagger
(elfeed-make-tagger :feed-url (rx "blabbermouth.net") (elfeed-make-tagger :feed-url (rx "blabbermouth.net")
:entry-title (rx (or "SLIPKNOT" :entry-title (rx (or "SLIPKNOT"
(seq "DREAM" whitespace "THEATER"))) (seq "DREAM" whitespace "THEATER")
(seq "BLIND" whitespace "GUARDIAN")
"MASTODON"))
:add 'favourite) :add 'favourite)
"Tagger that highlights specific bands from Blabbermouth.") "Tagger that highlights specific bands from Blabbermouth.")