diff --git a/docs/json/sonarr/cf/fastsub.json b/docs/json/sonarr/cf/fastsub.json index b554951b5..e97fc9c57 100644 --- a/docs/json/sonarr/cf/fastsub.json +++ b/docs/json/sonarr/cf/fastsub.json @@ -1,6 +1,6 @@ { "trash_id": "ea0bb4b6ba388992fad1092703b5ff7b", - "trash_score": "-1000", + "trash_score": "-10000", "name": "FastSUB", "specifications": [ { diff --git a/docs/json/sonarr/cf/french-anime-fansub.json b/docs/json/sonarr/cf/french-anime-fansub.json index ace2c73f4..1f3e0ae74 100644 --- a/docs/json/sonarr/cf/french-anime-fansub.json +++ b/docs/json/sonarr/cf/french-anime-fansub.json @@ -76,6 +76,24 @@ "value": "\\b(Otaku[ .-]?Attitude)\\b" } }, + { + "name": "Owlolf", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Owlolf)\\b" + } + }, + { + "name": "Pikari-Teshima", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Pikari[ .-]?Teshima)\\b" + } + }, { "name": "Team Arcedo", "implementation": "ReleaseGroupSpecification", @@ -84,6 +102,15 @@ "fields": { "value": "\\b(Team[ .-]?Arcedo)\\b" } + }, + { + "name": "Yarashii", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Yarashii)\\b" + } } ] }