elfeed icon indicating copy to clipboard operation
elfeed copied to clipboard

Add more possible matches for automatic tagging

Open Thaodan opened this issue 1 year ago • 0 comments

This PR adds more possibly matches for make-tagger. The first change is to add existing attributes from elfeed-feed i.e. feed-author. Matching against the author is very useful for example for Youtube feeds where the url isn't enough of a useful indicator.

The other two new matches allow matching against the enclosure or content-type.

The last change makes it possible to match against entries from the meta of feed or entry.

I think the author data should also go to the feed entry since it isn't possible to match against author for RSS feeds without it unless matching directly against meta.

Thaodan avatar Dec 28 '24 23:12 Thaodan