From daf420d6a546e0d6aca38697fc68ba7b06087f77 Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:33:53 +1000 Subject: [PATCH 1/3] Add more Disney data --- source/companies.json | 5 +++++ source/trackers.json | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/source/companies.json b/source/companies.json index c63e5bf4..cd72c8af 100644 --- a/source/companies.json +++ b/source/companies.json @@ -71,6 +71,11 @@ "websiteUrl": "https://canonical.com/", "description": "Canonical makes open source secure, reliable and easy to use, providing support for Ubuntu and a portfolio of enterprise-grade technologies." }, + "disney": { + "name": "The Walt Disney Company", + "websiteUrl": "https://thewaltdisneycompany.com/", + "description": "The Walt Disney Company started as a cartoon studio and evolves into sports coverage and television shows." + }, "domainglass": { "name": "Domain Glass", "websiteUrl": "https://domain.glass/", diff --git a/source/trackers.json b/source/trackers.json index c6168b30..db1db379 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -152,6 +152,18 @@ "url": "https://crashlytics.com/", "companyId": "google" }, + "disneystreaming": { + "name": "Disney Streaming", + "categoryId": 8, + "url": "https://press.disneyplus.com", + "companyId": "disney" + }, + "disneyplus": { + "name": "Disney+", + "categoryId": 0, + "url": "https://www.disneyplus.com/", + "companyId": "disney" + }, "domainglass": { "name": "Domain Glass", "categoryId": 8, @@ -1096,6 +1108,10 @@ "pacloudflare.com": "cloudflare", "sn-cloudflare.com": "cloudflare", "crashlytics.com": "crashlytics", + "disneyplus.com": "disneyplus", + "bamgrid.com": "disneystreaming", + "dssedge.com": "disneystreaming", + "dssott.com": "disneystreaming", "phicdn.net": "digicert_trust_seal", "domain.glass": "domainglass", "doubleclick.com": "doubleclick", From d838e36ffd0e760d7a67ca26ae0b43aa85b7738d Mon Sep 17 00:00:00 2001 From: Justin <95468948+jslawler@users.noreply.github.com> Date: Sat, 7 Oct 2023 05:52:30 +1000 Subject: [PATCH 2/3] Change tracker categories --- source/trackers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/trackers.json b/source/trackers.json index db1db379..aa07712f 100644 --- a/source/trackers.json +++ b/source/trackers.json @@ -154,7 +154,7 @@ }, "disneystreaming": { "name": "Disney Streaming", - "categoryId": 8, + "categoryId": 0, "url": "https://press.disneyplus.com", "companyId": "disney" }, From c9e4e4d4aa46ec14ab6869baa054cda10520124b Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 11 Oct 2023 18:31:11 +0300 Subject: [PATCH 3/3] Update companies.json --- source/companies.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/companies.json b/source/companies.json index fe005f46..a08fef03 100644 --- a/source/companies.json +++ b/source/companies.json @@ -76,16 +76,16 @@ "websiteUrl": "https://canonical.com/", "description": "Canonical makes open source secure, reliable and easy to use, providing support for Ubuntu and a portfolio of enterprise-grade technologies." }, - "disney": { - "name": "The Walt Disney Company", - "websiteUrl": "https://thewaltdisneycompany.com/", - "description": "The Walt Disney Company started as a cartoon studio and evolves into sports coverage and television shows." - }, "cloudflare": { "name": "Cloudflare, Inc.", "websiteUrl": "https://www.cloudflare.com/", "description": "Cloudflare is a web performance and security company that provides online services to protect and accelerate websites online. " }, + "disney": { + "name": "The Walt Disney Company", + "websiteUrl": "https://thewaltdisneycompany.com/", + "description": "The Walt Disney Company started as a cartoon studio and evolves into sports coverage and television shows." + }, "domainglass": { "name": "Domain Glass", "websiteUrl": "https://domain.glass/",