getting href out of span in python 2.7.13 using Scrapy -
here placing code :
<span id="eventwebsite"> <span id="smallerheading">website: </span> <a href="http://healthandmedicineconference.globalacademicresearchinstitute.com/main/tichm" target="_blank" onclick="trackoutboundlink('http://healthandmedicineconference.globalacademicresearchinstitute.com/main/tichm'); return false;">http://healthandmedicineconference.globalacademicresearchinstitute.com/main/tichm</a> </span>
please tell me how extract href links....
Comments
Post a Comment