1
0
Fork 0

Add a couple of names to watch out for in elfeed

This commit is contained in:
Tom Willemse 2024-10-24 00:31:05 -07:00
parent 2f90776712
commit c2cf29c8f2

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2024.0620.151807 ;; Version: 2024.0822.003002
;; 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
@ -152,7 +152,11 @@
"MEGADETH" "MEGADETH"
(seq "ZAKK" whitespace "WYLDE") (seq "ZAKK" whitespace "WYLDE")
(seq "BLACK" whitespace "LABEL" whitespace "SOCIETY") (seq "BLACK" whitespace "LABEL" whitespace "SOCIETY")
(seq "ORANGE" whitespace "GOBLIN"))) (seq "ORANGE" whitespace "GOBLIN")
(seq "DEEP" whitespace "PURPLE")
(seq "ROB" whitespace "ZOMBIE")
"CLUTCH"
(seq "THE" whitespace "OFFSPRING")))
:add 'favourite) :add 'favourite)
"Tagger that highlights specific bands from Blabbermouth.") "Tagger that highlights specific bands from Blabbermouth.")