Update 10bit.json to support hyphens

In addition to `10bit` and `10.bit`, some releases I've seen on animebytes have the substring `10-bit`. This change supports that.
pull/1283/head
Andrew Kennedy 1 year ago committed by GitHub
parent 4bd422ad77
commit 6ba2def6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@
"negate": false,
"required": false,
"fields": {
"value": "10\\.?bit"
"value": "10[.-]?bit"
}
},
{

Loading…
Cancel
Save