|
@@ -9,7 +9,7 @@ categories = ['general']
|
9
|
9
|
url = 'http://dictzone.com/{from_lang}-{to_lang}-dictionary/{query}'
|
10
|
10
|
weight = 100
|
11
|
11
|
|
12
|
|
-parser_re = re.compile(u'.*?([a-z]+)-([a-z]+) (.+)', re.I)
|
|
12
|
+parser_re = re.compile(u'.*?([a-z]+)-([a-z]+) ([^ ]+)$', re.I)
|
13
|
13
|
results_xpath = './/table[@id="r"]/tr'
|
14
|
14
|
|
15
|
15
|
|