summaryrefslogtreecommitdiff
path: root/searx/engines/bandcamp.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-18 11:02:39 +0200
committerAlexandre Flament <alex@al-f.net>2021-09-24 20:20:30 +0200
commit8961131497ddb2655a0a749c2bd38b589d5c526f (patch)
treed990b0b9a07f297d872e37b81cb964e270ec8885 /searx/engines/bandcamp.py
parent636215b1f210a2d490a3d9eecdd1623d7225f3ba (diff)
downloadsearxng-8961131497ddb2655a0a749c2bd38b589d5c526f.tar.gz
searxng-8961131497ddb2655a0a749c2bd38b589d5c526f.zip
[fix] fix the about section of some engines
Diffstat (limited to 'searx/engines/bandcamp.py')
-rw-r--r--searx/engines/bandcamp.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/searx/engines/bandcamp.py b/searx/engines/bandcamp.py
index dafb3ee16..62745243f 100644
--- a/searx/engines/bandcamp.py
+++ b/searx/engines/bandcamp.py
@@ -12,6 +12,16 @@ from dateutil.parser import parse as dateparse
from lxml import html
from searx.utils import extract_text
+# about
+about = {
+ "website": 'https://bandcamp.com/',
+ "wikidata_id": 'Q545966',
+ "official_api_documentation": 'https://bandcamp.com/developer',
+ "use_official_api": False,
+ "require_api_key": False,
+ "results": 'HTML',
+}
+
categories = ['music']
paging = True