def post_img(url):
print('Заупуск функци post_img:', url, '\n')
response = requests.get(url, timeout=10)
parsed_body = html.fromstring(response.text)
text_from_url = parsed_body.xpath('//span[@alt="pic"]/img/@src')
print(text_from_url.html())
post_img('nnmclub.to/forum/viewtopic.php?t=1028529')
shotSize: {
width: 'window',
height: 'all' // <- вся страница будет на скрине
}