A bit late to the party but I see we can extract the title but first we should normalize the URL, now steemit.com and www.steemit.com are treated differently.
python -c "import bs4, urllib2; print bs4.BeautifulSoup(urllib2.urlopen('http://www.crummy.com/software/BeautifulSoup/bs4/doc/')).title.text"