You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/json/sonarr/cf/series/hulu.json

16 lines
315 B

{
"name": "HULU",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Hulu",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(hulu)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}