I am making a simple mp3 down-loader from a Website. In doing so I stuck while parsing time and size of audio:
<div class="mp3-info">
1.69 mins
<br/>
2.33 mb
</div>
Now I need to parse 1.69 mins
and 2.33 mb
from above HTML. I am using python 3.4