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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -