From b4bfcc8a707f594c9ae153fd0be6ae2619704ead Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 23 Feb 2018 12:14:11 -0600 Subject: [PATCH] add Rickroll Blacklist closes #233 --- data/FilterList.json | 18 ++++++++++++++++++ data/FilterListMaintainer.json | 4 ++++ data/Maintainer.json | 7 +++++++ 3 files changed, 29 insertions(+) diff --git a/data/FilterList.json b/data/FilterList.json index 2fd87202c..49d8c1b7f 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -6838,5 +6838,23 @@ "submissionUrl": null, "syntaxId": 4, "viewUrl": "https://raw.githubusercontent.com/toshiya44/myAssets/master/filters-exp.txt" + }, + { + "id": 381, + "description": "Saving the Internets... one roll at a time.", + "descriptionSourceUrl": "http://rickrolldb.com/", + "discontinuedDate": null, + "donateUrl": null, + "emailAddress": null, + "forumUrl": null, + "homeUrl": "http://rickrolldb.com/", + "issuesUrl": "https://github.com/jamiew/rickrolldb/issues", + "licenseId": 5, + "name": "Rickroll Blacklist", + "policyUrl": null, + "publishedDate": null, + "submissionUrl": "http://rickrolldb.com/", + "syntaxId": 3, + "viewUrl": "http://rickrolldb.com/ricklist.txt" } ] \ No newline at end of file diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json index f1276605d..5d0a444c4 100644 --- a/data/FilterListMaintainer.json +++ b/data/FilterListMaintainer.json @@ -562,5 +562,9 @@ { "filterListId": 380, "maintainerId": 58 + }, + { + "filterListId": 381, + "maintainerId": 59 } ] \ No newline at end of file diff --git a/data/Maintainer.json b/data/Maintainer.json index 6c41a9a23..a7cc1a7d0 100644 --- a/data/Maintainer.json +++ b/data/Maintainer.json @@ -397,5 +397,12 @@ "homeUrl": "https://github.com/toshiya44", "name": "toshiya44", "twitterHandle": null + }, + { + "id": 59, + "emailAddress": "jamie@jamiedubs.com", + "homeUrl": "http://tramchase.com/", + "name": "Jamie Wilkinson", + "twitterHandle": "jamiew" } ] \ No newline at end of file