I have this from html page source
<h5 class="icn-venue"><a href="/venues/mmxchi-tavernita-venue" class="pin-red place" data-lat="41.8938" data-lon="-87.633" rel="map">Tavernita</a></h5>
There are say 10 values like this between these tags on the page source. I want to extract value between "h5" tags. Class="icn-venue" remains same for all values. I tried splitting the tag and then storing but the code doesnt seem to work.