From 457fd12549bb0f1d6b0380aecdef2b5dcd5f92f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Silvan=20G=C3=BCm=C3=BCsdere?= Date: Fri, 10 May 2024 10:31:27 +0200 Subject: [PATCH 1/2] apps: add ARD Audiothek MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Silvan Gümüsdere --- src/apps.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps.json b/src/apps.json index c51d3f2..75733d1 100644 --- a/src/apps.json +++ b/src/apps.json @@ -367,6 +367,20 @@ "Recordatorios/2466 CFNetwork/1329 Darwin/21.3.0" ] }, + { + "name": "ARD Audiothek", + "pattern": "^ARD Audiothek|^ARD%20Audiothek/|^ARD-Audiothek", + "urls": [ + "https://play.google.com/store/apps/details?id=de.ard.audiothek", + "https://apps.apple.com/de/app/ard-audiothek/id1224607890" + ], + "examples": [ + "ARD Audiothek/2.15.1 (Google Play) Dalvik/2.1.0 (Linux; U; Android 13; FP4 Build/TKQ1.230127.002)/2.15.1 (Linux;Android 13) AndroidXMedia3/1.2.1", + "ARD%20Audiothek/93 CFNetwork/1494.0.7 Darwin/23.4.0", + "ARD Audiothek iOS Version 2.6.11, Build 90", + "ARD-Audiothek/31" + ] + }, { "name": "Arvocast", "pattern": "^Arvocast/", From dfccda59d7459d0b8efa7adbe1e3ac8445790c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Silvan=20G=C3=BCm=C3=BCsdere?= Date: Fri, 10 May 2024 10:32:14 +0200 Subject: [PATCH 2/2] apps: add Dlf Audiothek MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Silvan Gümüsdere --- src/apps.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps.json b/src/apps.json index 75733d1..0d58402 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1101,6 +1101,19 @@ "devcasts/1.0.1.00 CFNetwork/1197 Darwin/20.0.0" ] }, + { + "name": "Dlf Audiothek", + "pattern": "^DlfAudiothek/|^Dlf Audiothek", + "urls": [ + "https://play.google.com/store/apps/details?id=de.deutschlandfunk.dlfaudiothek", + "https://apps.apple.com/de/app/dlf-audiothek/id1255398824" + ], + "examples": [ + "Dlf Audiothek; version:2.5.4(2023061301); bundle:de.deutschlandfunk.dlfaudiothek; iOS 17.4.1", + "Dlf Audiothek/2.5.6 (Linux; U; Android 13; FP3 Build/6.A.025.0)", + "DlfAudiothek/3.0.3 (iPhone; iOS 17.4.1)" + ] + }, { "name": "DManager", "pattern": "^DManager/",