mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
## Dailymotion (Videos)
|
||||
#
|
||||
#
|
||||
# @website https://www.dailymotion.com
|
||||
# @provide-api yes (http://www.dailymotion.com/developer)
|
||||
#
|
||||
#
|
||||
# @using-api yes
|
||||
# @results JSON
|
||||
# @stable yes
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
from urllib import urlencode
|
||||
from json import loads
|
||||
from lxml import html
|
||||
|
||||
# engine dependent config
|
||||
categories = ['videos']
|
||||
|
||||
Reference in New Issue
Block a user