[oni-elfeed] Add some cool bands
This commit is contained in:
parent
5d0fe59719
commit
7c8bc8a6f2
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2024.0205.235009
|
;; Version: 2024.0328.235142
|
||||||
;; 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
|
||||||
|
@ -136,7 +136,9 @@
|
||||||
:entry-title (rx (or "SLIPKNOT"
|
:entry-title (rx (or "SLIPKNOT"
|
||||||
(seq "DREAM" whitespace "THEATER")
|
(seq "DREAM" whitespace "THEATER")
|
||||||
(seq "BLIND" whitespace "GUARDIAN")
|
(seq "BLIND" whitespace "GUARDIAN")
|
||||||
"MASTODON"))
|
"MASTODON"
|
||||||
|
"TOOL"
|
||||||
|
(seq "IRON" whitespace "MAIDEN")))
|
||||||
:add 'favourite)
|
:add 'favourite)
|
||||||
"Tagger that highlights specific bands from Blabbermouth.")
|
"Tagger that highlights specific bands from Blabbermouth.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue