mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Added another translation regexp to fix bug #936790
This commit is contained in:
parent
201fb0acc2
commit
8955f433be
@ -66,6 +66,7 @@ for knowing which one to use. This includes AltaVista employees.
|
|||||||
"""
|
"""
|
||||||
__where = [ re.compile(r'lang=..>([^<]*)</div'),
|
__where = [ re.compile(r'lang=..>([^<]*)</div'),
|
||||||
re.compile(r'name=\"q\" value=\"([^\"]*)\">'),
|
re.compile(r'name=\"q\" value=\"([^\"]*)\">'),
|
||||||
|
re.compile(r'div style=padding:10px;>([^<]+)</div'),
|
||||||
]
|
]
|
||||||
|
|
||||||
__languages = { 'english' : 'en',
|
__languages = { 'english' : 'en',
|
||||||
|
Loading…
Reference in New Issue
Block a user