diff --git a/index.html b/index.html
index bfc4ee8..ac95f2a 100644
--- a/index.html
+++ b/index.html
@@ -291,10 +291,6 @@
-
-
-
-
@@ -303,20 +299,10 @@
-
-
-
-
-
-
-
-
-
-
@@ -350,22 +336,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Arbeitsplatzmattenprofi
+
+
+
+ Bücher
+
+
+
+ Buchhandlung Marburg
-
- ARA
+
+ Thalia
@@ -410,9 +388,6 @@
Praxisdienst
-
-
- Gerl
@@ -471,6 +446,9 @@
Sport Thieme
+
+
+ VKF Renzel
diff --git a/main.go b/main.go
index 81e137c..17fea3c 100644
--- a/main.go
+++ b/main.go
@@ -116,14 +116,9 @@ func generateSearchUrl(website, query string) string {
"fkr": fmt.Sprintf("https://shop.fkr-baucentrum.de/suche/?q=%s", query),
"contorion": fmt.Sprintf("https://www.contorion.de/search?q=%s", query),
"esska": fmt.Sprintf("https://www.esska.de/shop/search/%s", query),
- "toolineo": fmt.Sprintf("https://toolineo.de/#search:query=%s", query),
"voelkner": fmt.Sprintf("https://www.voelkner.de/search/search.html?keywords=%s", query),
"megabad": fmt.Sprintf("https://www.megabad.com/search/?query=sdyc/#/q/%s", query),
- //knauss: "https://knauss.info/dksearch?sSearch=${query}"",
- "baubeschlag": fmt.Sprintf("https://www.baubeschlagshop.de/fts.php?criteria=%s", query),
- "ips": fmt.Sprintf("https://www.ips-kts.com/de/suche?query=%s", query),
- "haefele": fmt.Sprintf("https://www.haefele.de/prod-live/web/WFS/Haefele-HDE-Site/de_DE/-/EUR/ViewParametricSearch-Browse?SearchTerm=%s", query),
- "delker": fmt.Sprintf("https://www.delker2business.com/nwsearch/execute?query=%s", query),
+ "haefele": fmt.Sprintf("https://www.haefele.de/prod-live/web/WFS/Haefele-HDE-Site/de_DE/-/EUR/ViewParametricSearch-Browse?SearchTerm=%s", query),
// ------ Küche --------
"esmeyer": fmt.Sprintf("https://www.esmeyer-shop.de/search?search=%s", query),
@@ -143,9 +138,7 @@ func generateSearchUrl(website, query string) string {
"rossmann": fmt.Sprintf("https://www.rossmann.de/de/search/?text=%s", query),
// ----- Schilder ------
- "brewes": fmt.Sprintf("https://www.brewes.de/catalogsearch/result?q=%s", query),
- "schildershop24": fmt.Sprintf("https://www.schildershop24.de/?action=Query&-query.&query.stichwort=%s", query),
- "vkfrenzel": fmt.Sprintf("https://www.vkf-renzel.de/index.php?lang=0&cl=rasearch&searchparam=%s", query),
+ "vkfrenzel": fmt.Sprintf("https://www.vkf-renzel.de/index.php?lang=0&cl=rasearch&searchparam=%s", query),
// ----- Landwirtschaft -------
"siepmann": fmt.Sprintf("https://www.siepmann.net/siepmann_shop.php?suchfeld=%s", query),
@@ -154,14 +147,10 @@ func generateSearchUrl(website, query string) string {
"kox": "https://www.kox-direct.de/?query=${query}&sid=6d0b4366af8bb99af514529b7e61ad&act=search",
// ----- Arbeitsschutz -------
- "engelbert": fmt.Sprintf("https://www.engelbert-strauss.de/s/suche?query=%s", query),
- "arbeitsplatzmattenprofi": fmt.Sprintf("https://arbeitsplatzmatten-profi.com/?s=%s", query),
- "ara": fmt.Sprintf("https://ara-arbeitsschutz.de/navi.php?qs=%s", query),
-
+ "engelbert": fmt.Sprintf("https://www.engelbert-strauss.de/s/suche?query=%s", query),
// ------ Med. Artikel -------
"oekonomed": fmt.Sprintf("https://shop.oekonomed.de/de/advanced_search_result.php?keywords=%s&inc_subcat=1", query),
"praxisdienst": fmt.Sprintf("https://www.praxisdienst.de/index.php?stoken=268B7DE4&sid=hf02v2hm41hv6v8j3nttfgej8c&lang=0&cl=search&listorderby=reset&searchparam=%s", query),
- "gerl": fmt.Sprintf("https://gerl-dental.de/search?query=%s", query),
// ----- Möbel -------
"ikea": fmt.Sprintf("https://www.ikea.com/de/de/search/?q=%s", query),
@@ -184,6 +173,10 @@ func generateSearchUrl(website, query string) string {
// ----- Saatgut ------
"saatgutshop": fmt.Sprintf("https://www.saatgut-shop.de/advanced_search_result.php?categories_id=0&keywords=%s&inc_subcat=1", query),
"saatgutmanufaktur": fmt.Sprintf("https://shop.saatgut-manufaktur.de/advanced_search_result.php?keywords=%s&inc_subcat=1", query),
+
+ // ------ Bücher ------
+ "buchammarkt": fmt.Sprintf("https://bam-mr.buchkatalog.de/search?q=%s", query),
+ "thalia": fmt.Sprintf("https://www.thalia.de/suche?sq=%s", query),
}
if url, ok := searchUrls[website]; ok {