mirror of https://github.com/searxng/searxng.git
[fix] Correct engine name in for Rumble
This commit is contained in:
parent
49bbd250d9
commit
a5a0a4e106
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"""
|
||||
Wikipedia (Web
|
||||
Rumble (Videos)
|
||||
"""
|
||||
from urllib.parse import urlencode
|
||||
from lxml import html
|
||||
|
|
Loading…
Reference in New Issue