1
0
mirror of https://github.com/searx/searx synced 2025-01-22 06:27:18 +01:00

[fix] import

This commit is contained in:
Adam Tauber 2014-03-24 12:04:07 +01:00
parent c55f03baea
commit 0207070cde

View File

@ -1,7 +1,7 @@
from urllib import urlencode
from HTMLParser import HTMLParser
from lxml import html
from xpath import extract_text
from searx.engines.xpath import extract_text
from dateutil import parser
base_url = 'http://vimeo.com'