This commit is contained in:
Jesse Bannon 2024-11-02 00:38:31 -07:00
parent 57c6095336
commit 60e7b33cc6

View file

@ -21,7 +21,7 @@ YouTube Full Albums:
}
description_capture_regex_array:
- 'Genre:\s*(.*)\s*\n(?:Rec.+|Year):\s*.*(\d\{4\})\s*\n' # Captures genre and recorded year
- '{%unescape("Genre:\s*(.*)\s*\n(?:Rec.+|Year):\s*.*(\d\{4\})\s*\n")}' # Captures genre and recorded year
description_capture: >-
{
%regex_capture_many( description, description_capture_regex_array)