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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -