Greetings Everyone! Please take a look at my code...
<font class="detDesc" >
Uploaded 07-11 2012, Size 105.79 MiB, ULed by
<a class="detDesc" href="/somelink" title="somelink title">somelink</a>
</font>
I am trying to extract only
Uploaded 07-11 2012, Size 105.79 MiB, ULed by
. How can I achieve this, given that there are multiple elements with the same class name detDesc
?
I am aware of using different span or div elements and then $(#span).html()
However,
I am unable to modify this HTML as it is coming from an external API
....