soup.title or soup.title.string or soup.title.text
soup.title
soup.title.string
soup.title.text
do not work. rather use
soup.find('title').text