tweak(regex): Added 'Superfan' pattern for Special Edition
- The Office extended cuts are sometimes referred to as 'Superfan Episodes'
This commit is contained in:
parent
3b40d67dbb
commit
56d5d09174
|
|
@ -1,5 +1,5 @@
|
|||
name: Special Edition
|
||||
pattern: (?<!^|{)\b(extended|uncut|directors|special|unrated|uncensored|cut|version|edition)(\b|\d)
|
||||
pattern: (?<!^|{)\b(extended|uncut|directors|special|unrated|uncensored|cut|version|edition|superfan)(\b|\d)
|
||||
description: 'Matches any type of non theatrical edition. '
|
||||
tags:
|
||||
- Edition
|
||||
|
|
|
|||
Loading…
Reference in New Issue