Added: FANSUB/FASTSUB: sub made by fan (that is how French indexers are reporting it most of the time)pull/613/head
parent
269b5bbcd2
commit
1eb291a339
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "FANSUB",
|
||||||
|
"includeCustomFormatWhenRenaming": true,
|
||||||
|
"specifications": [
|
||||||
|
{
|
||||||
|
"name": "FASTSUB",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": false,
|
||||||
|
"fields": {
|
||||||
|
"value": "\\bFAST[ ._-]?SUB\\b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FANSUB",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": false,
|
||||||
|
"fields": {
|
||||||
|
"value": "\\bFAN[ ._-]?SUB\\b"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in new issue