Add acappella to live/commentary cleaner patterns
This commit is contained in:
parent
c461f0071d
commit
805f72c5fd
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ _CONTENT_PATTERNS = [
|
|||
(r'\bspoken\s*word\b', 'spoken_word'),
|
||||
(r'\bnarrat(?:ion|ed)\b', 'spoken_word'),
|
||||
(r'\bintroduction\b', 'spoken_word'),
|
||||
# Acappella
|
||||
(r'\ba\s*cappella\b', 'acappella'),
|
||||
(r'\bacappella\b', 'acappella'),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue