From 365d78b0af2111b2e280f24dce2890987dbf882f Mon Sep 17 00:00:00 2001 From: Youhyun Kim Date: Fri, 19 Apr 2024 15:01:44 -0400 Subject: [PATCH] Update Headliner bot user agent pattern and add headliner app information --- src/apps.json | 13 +++++++++++++ src/bots.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 3a2fb92..3ef52c0 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1768,6 +1768,19 @@ "Hark/10678 CFNetwork/1335.0.3 Darwin/21.6.0" ] }, + { + "name": "Headliner", + "pattern": "^Headliner/.*\\(Headliner-.*\\+https://www\\.headliner\\.app\\)$", + "description": "Variety of tools to help promote and drive listens to a podcast.", + "urls": [ + "https://play.headliner.app/", + "https://www.headliner.app/publisher-widgets/" + ], + "examples": [ + "Headliner/1.0.0 (Headliner-Play/1.0.0; +https://www.headliner.app)", + "Headliner/1.0.0 (Headliner-Disco/1.0.0; +https://www.headliner.app)" + ] + }, { "name": "HermesPod", "pattern": "hermespod\\.com/", diff --git a/src/bots.json b/src/bots.json index 1d5cc1f..cc1b04c 100644 --- a/src/bots.json +++ b/src/bots.json @@ -452,8 +452,8 @@ }, { "name": "Headliner", - "pattern": "Headliner/", - "comments": "A tool that takes audio to reformat it for video platforms", + "pattern": "^Headliner/.*\\+https://headliner\\.app$", + "comments": "Variety of tools to help promote and drive listens to a podcast.", "examples": [ "Headliner/1.0.0 +https://headliner.app" ]