From 5f5557e29c3db6f0a6f8e568d69e2ee9abb3dcae Mon Sep 17 00:00:00 2001 From: johnspurlock Date: Fri, 27 Sep 2024 15:30:51 +0000 Subject: [PATCH] Apply automatic changes --- build/referrers.examples.json | 7 +++++++ build/referrers.runtime.json | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/build/referrers.examples.json b/build/referrers.examples.json index cab6abf..7df45ee 100644 --- a/build/referrers.examples.json +++ b/build/referrers.examples.json @@ -58,6 +58,13 @@ "https://castbox.fm/" ] }, + { + "name": "Castos Web Player", + "examples": [ + "https://audience.castos.com/player/1641975", + "https://audience.castos.com/playlist-player/4310" + ] + }, { "name": "Castro", "examples": [ diff --git a/build/referrers.runtime.json b/build/referrers.runtime.json index 076fc84..4159778 100644 --- a/build/referrers.runtime.json +++ b/build/referrers.runtime.json @@ -40,6 +40,11 @@ "pattern": "^https://castbox\\.fm/", "category": "app" }, + { + "name": "Castos Web Player", + "pattern": "^https://[a-z0-9]+\\.castos\\.com/", + "category": "host" + }, { "name": "Castro", "pattern": "^https://castro\\.fm/",