yaml
This commit is contained in:
parent
57c6095336
commit
60e7b33cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ YouTube Full Albums:
|
||||||
}
|
}
|
||||||
|
|
||||||
description_capture_regex_array:
|
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: >-
|
description_capture: >-
|
||||||
{
|
{
|
||||||
%regex_capture_many( description, description_capture_regex_array)
|
%regex_capture_many( description, description_capture_regex_array)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue