summaryrefslogtreecommitdiff
path: root/searx/engines/unsplash.py
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2021-01-19 12:54:47 +0100
committerJohannes 'josch' Schauer <josch@debian.org>2021-01-19 12:54:47 +0100
commit7a1db4de351875bebb4a8e7ffbe6710ad5b518c5 (patch)
tree41fc39a14842780c6ea061b29a00888e8071ffa8 /searx/engines/unsplash.py
parent075e7e02683d9db1b303de8e8c17ff7da4c62510 (diff)
New upstream version 0.18.0+dfsg1
Diffstat (limited to 'searx/engines/unsplash.py')
-rw-r--r--searx/engines/unsplash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/unsplash.py b/searx/engines/unsplash.py
index 2e8d6fd..45c6b30 100644
--- a/searx/engines/unsplash.py
+++ b/searx/engines/unsplash.py
@@ -10,7 +10,7 @@
@parse url, title, img_src, thumbnail_src
"""
-from searx.url_utils import urlencode, urlparse, urlunparse, parse_qsl
+from urllib.parse import urlencode, urlparse, urlunparse, parse_qsl
from json import loads
url = 'https://unsplash.com/'