Browse Source

[fix] typo in soundcloud engine

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 3 weeks ago
parent
commit
f45d4145e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/soundcloud.py

+ 1 - 1
searx/engines/soundcloud.py

@@ -11,7 +11,7 @@ from lxml import html
 from searx.network import get as http_get
 
 about = {
-    "website": "ttps://soundcloud.com",
+    "website": "https://soundcloud.com",
     "wikidata_id": "Q568769",
     "official_api_documentation": "https://developers.soundcloud.com/docs/api/guide",
     "use_official_api": False,