Spoiler
There's quite a lot there and I need to get information from sources like this:
<a href="http://pastebin.com/0qGFzhrU" target="_blank">Test</a>
<div class="linkURL" id="link_url_7016734">
pastebin.com/0qGFzhrU
</div>
<div class="linkURLFull" id="link_url_full_7016734" style="display:none">paste<wbr></wbr>bin.c<wbr></wbr>om/0q<wbr></wbr>GFzhr<wbr></wbr>U</div>
<p class="linkDescription">Test Description</p>
<div class="linkTimestamp">
Posted February 4, 2013 at 12:07 PM
</div>
I need:
1. Name - <a href="http://pastebin.com/0qGFzhrU" target="_blank">Test</a> - "Test"
2. Code - pastebin.com/0qGFzhrU (I need the last part)
3. Description - <p class="linkDescription">Test Description</p> - "Test Description"
4. Timestamp - Posted February 4, 2013 at 12:07 PM - "February 4, 2013 at 12:07 PM"
How can I achieve this? :X












