From aaf4411d1f66a490b7767e8f5f0d6342705e080b Mon Sep 17 00:00:00 2001 From: ColumWalsh Date: Sun, 7 Apr 2019 21:05:32 +0100 Subject: [PATCH] add unsullied filter (#750) * add unsullied filter * PR comments. Set list id to next sequential value, add unconventional tag. --- data/FilterList.json | 14 ++++++++++++++ data/FilterListMaintainer.json | 4 ++++ data/FilterListTag.json | 4 ++++ data/Maintainer.json | 5 +++++ 4 files changed, 27 insertions(+) diff --git a/data/FilterList.json b/data/FilterList.json index 3e1d3a910..d4c198de8 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -16573,5 +16573,19 @@ "syntaxId": 14, "policyUrl": "https://github.com/gvoze32/unblockhostid/blob/master/RULES.md", "viewUrl": "https://raw.githubusercontent.com/gvoze32/unblockhostid/master/hosts" + }, + { + "id": 1556, + "description": "Prevent Game of Thrones spoilers", + "descriptionSourceUrl": "https://raw.githubusercontent.com/ColumWalsh/unsullied/master/unsullied.txt", + "donateUrl": "https://www.svp.ie/get-involved/donate/single-donation.aspx", + "homeUrl": "https://github.com/ColumWalsh/unsullied", + "issuesUrl": "https://github.com/ColumWalsh/unsullied/issues", + "licenseId": 2, + "name": "Unsullied", + "updatedDate": "2019-04-07T00:00:00", + "syntaxId": 4, + "viewUrl": "https://raw.githubusercontent.com/ColumWalsh/unsullied/master/unsullied.txt" } + ] diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json index 50b3dc720..4a3fa03d6 100644 --- a/data/FilterListMaintainer.json +++ b/data/FilterListMaintainer.json @@ -4422,5 +4422,9 @@ { "filterListId": 1536, "maintainerId": 130 + }, + { + "filterListId": 1556, + "maintainerId": 131 } ] diff --git a/data/FilterListTag.json b/data/FilterListTag.json index e0b0e3585..2d35959d2 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -6610,5 +6610,9 @@ { "filterListId": 1555, "tagId": 12 + }, + { + "filterListId": 1556, + "tagId": 15 } ] diff --git a/data/Maintainer.json b/data/Maintainer.json index abc170f03..23789d273 100644 --- a/data/Maintainer.json +++ b/data/Maintainer.json @@ -688,5 +688,10 @@ "homeUrl": "https://github.com/RooneyMcNibNug", "name": "RooneyMcNibNug", "twitterHandle": "rooneymcnibnug" + }, + { + "id": 131, + "homeUrl": "http://columwalsh.ie/", + "name": "Colum Walsh" } ]