From 4f7f3ca867938d54850de793aec564748b72ef51 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 31 Oct 2022 14:18:16 +0700 Subject: [PATCH] add: RSS dom detection --- src/technologies/r.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/technologies/r.json b/src/technologies/r.json index da80760cf..6ee8c80aa 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1899,7 +1899,11 @@ "cats": [ 19 ], - "description": "A web feed that allows users and applications to access updates to websites in a standardized, computer-readable format.", + "description": "RSS is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.", + "dom": [ + "link[type=\"application/rss+xml\"]", + "link[type=\"application/atom+xml\"]" + ], "icon": "RSS.png", "website": "https://www.rssboard.org/rss-specification" },