mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
Improves PEP8 compatibility.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from urllib import urlencode
|
||||
from searx.engines.xpath import extract_text, extract_url
|
||||
from lxml import html
|
||||
from searx.engines.xpath import extract_text, extract_url
|
||||
|
||||
categories = ['general']
|
||||
search_url = 'http://search.yahoo.com/search?{query}&b={offset}'
|
||||
|
||||
Reference in New Issue
Block a user