From cad6005de4ce52ed6dd72150dea66a6229d06cd2 Mon Sep 17 00:00:00 2001 From: jcorporation Date: Thu, 30 May 2024 17:25:54 +0200 Subject: [PATCH] Upd --- Lyrics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lyrics/README.md b/Lyrics/README.md index 97f7a6f..0910857 100644 --- a/Lyrics/README.md +++ b/Lyrics/README.md @@ -10,7 +10,7 @@ It uses a generic script that is configured by a provider configuration file. The workflow is: -1. Normalizes the artist and title by the provided `artist_filter` and `title_filter` function. +1. Normalizes the artist and title with the provided `artist_filter` and `title_filter` function. 2. Identifies lyrics link by a search, defined by `identity_uri` and `identity_pattern`. 3. Opens the lyrics link and extract lyrics, defined by `lyrics_uri` and `lyrics_pattern`. 4. Normalizes the result defined by the `result_filter` function and optionally strips html tags.