def searchDS(self, response , number = None ,ref = None , name = None):
try:
text = Selector(response).xpath('//div[@class="texto_completo"]').extract()
return Utils.removeForDS(text[0])
except:
return "URL rota"
评论列表
文章目录