34 dom = html.fromstring(resp.text)
35 for result
in eval_xpath_list(dom, results_xpath):
38 'template':
'images.html',
39 'url': base_url + extract_text(eval_xpath(result, url_xpath)),
40 'title': extract_text(eval_xpath(result, title_xpath)).replace(
" SVG File",
"").replace(
"Show ",
""),
41 'img_src': extract_text(eval_xpath(result, img_src_xpath)),