>>> from grab import Grab >>> g = Grab() >>> urls = [' http://python.su ', ' http://yandex.ru ', ' http://google.com'] >>> for url in urls: ... print url.strip() ... g.go(url.strip()) ... print(g.doc.select('//title').text()) ... http://python.su <grab.response.Response object at 0xb6f5902c> Популярные » Блоги » PySU http://yandex.ru <grab.response.Response object at 0xb6f59d2c> Яндекс http://google.com <grab.response.Response object at 0xb6f5902c> Google [s][/s]