mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
Improves PEP8 compatibility.
This commit is contained in:
parent
b22dd51bd7
commit
22fd0746d9
12 changed files with 28 additions and 34 deletions
|
@ -1,7 +1,7 @@
|
|||
from urllib import urlencode
|
||||
from HTMLParser import HTMLParser
|
||||
from xpath import extract_text
|
||||
from lxml import html
|
||||
from xpath import extract_text
|
||||
|
||||
base_url = 'http://vimeo.com'
|
||||
search_url = base_url + '/search?{query}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue