forked from Ponysearch/Ponysearch
[fix] import
This commit is contained in:
parent
c55f03baea
commit
0207070cde
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
from urllib import urlencode
|
from urllib import urlencode
|
||||||
from HTMLParser import HTMLParser
|
from HTMLParser import HTMLParser
|
||||||
from lxml import html
|
from lxml import html
|
||||||
from xpath import extract_text
|
from searx.engines.xpath import extract_text
|
||||||
from dateutil import parser
|
from dateutil import parser
|
||||||
|
|
||||||
base_url = 'http://vimeo.com'
|
base_url = 'http://vimeo.com'
|
||||||
|
|
Loading…
Reference in a new issue