mirror of
https://github.com/searxng/searxng.git
synced 2026-06-04 00:47:17 +02:00
[enh] py3 compatibility
This commit is contained in:
@@ -12,10 +12,9 @@
|
||||
@todo set content-parameter with correct data
|
||||
"""
|
||||
|
||||
from urllib import urlencode
|
||||
from json import loads
|
||||
from datetime import datetime
|
||||
from requests import get
|
||||
from searx.url_utils import urlencode
|
||||
|
||||
# engine dependent config
|
||||
categories = ['videos']
|
||||
|
||||
Reference in New Issue
Block a user