From 78a501ddb8609234c5e5d7940eacacf87908b9ba Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Feb 2026 02:46:42 +0100 Subject: [PATCH] Update !dmde bang to use current DM.de search endpoint Changed search URL pattern from "https://www.dm.de/search/468652.html?type=product&q={{{s}}}" to "https://www.dm.de/search?query={{{s}}}" as the previous one just redirected to the website's home page. Co-authored-by: WinkelCode <29005772+WinkelCode@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --- data/bangs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/bangs.json b/data/bangs.json index 327a0d3..0d7c790 100644 --- a/data/bangs.json +++ b/data/bangs.json @@ -20715,7 +20715,7 @@ "s": "DM.DE", "d": "www.dm.de", "t": "dmde", - "u": "https://www.dm.de/search/468652.html?type=product&q={{{s}}}", + "u": "https://www.dm.de/search?query={{{s}}}", "c": "Shopping", "sc": "Online" },