Unable to extract div html conent in scrapy python
I am scrapping some data from this URL I want to extract Description html div content Here is my code response.xpath("//*[@id=’tab-description’]/p").extract() But it return extra ordinary data. I want the output should be like <p> <strong>Brand Name: </strong>NoEnName_Null <br> <strong>Material: </strong>Cloth <br> <strong>Warning: </strong>2+ <br> <strong>Function: </strong>Cooperation/Interpersonal Relations Developing <br> <strong>Dimensions: </strong>2/3/4/5/6 M <br> <strong>Design:… Read More Unable to extract div html conent in scrapy python