Added another translation regexp to fix bug #936790

This commit is contained in:
James Vega 2004-04-18 19:55:46 +00:00
parent 201fb0acc2
commit 8955f433be

View File

@ -66,6 +66,7 @@ for knowing which one to use. This includes AltaVista employees.
"""
__where = [ re.compile(r'lang=..>([^<]*)</div'),
re.compile(r'name=\"q\" value=\"([^\"]*)\">'),
re.compile(r'div style=padding:10px;>([^<]+)</div'),
]
__languages = { 'english' : 'en',