I am scraping the website and saving data in djnago model.
I have this line
item.title = site.select('dl/dd/h2/a').select("string()").extract()
but data is saved in this format
[u'Master Developer']
How can i fix that so that only master Developer gets saved
do you intend to do this…
or