From d61cff14107c5fb50cad0d20c133e7ef8b3296b1 Mon Sep 17 00:00:00 2001 From: basiljelly <707475+basiljelly@users.noreply.github.com> Date: Sat, 28 Sep 2024 17:45:56 -0400 Subject: [PATCH] Update apps.json I found the User-Agent `FocusPodcast_2.8.1.20240715` in my logs. It belongs to the app "FocusPodcast". Here's the code that sets the User-Agent - https://github.com/allentown521/FocusPodcast/blob/54d8d22616c0781e58a7427f7521ac0f2950277b/app/src/main/java/allen/town/podcast/config/ClientConfigurator.java#L16 --- src/apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps.json b/src/apps.json index d193c63..9332486 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1569,6 +1569,17 @@ "folkebladet.no/252 CFNetwork/811.5.4 Darwin/16.7.0" ] }, + { + "name": "FocusPodcast", + "pattern": "^FocusPodcast_", + "urls": [ + "https://www.focus.hk.cn/", + "https://github.com/allentown521/FocusPodcast" + ], + "examples": [ + "FocusPodcast_2.8.1.20240715" + ] + }, { "name": "foobar2000", "pattern": "^foobar2000/",