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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -