Advertisement
kiwijunglist

Untitled

Aug 5th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. htmlString =
  2.  
  3. (
  4.  
  5. <some shit><a href="somethingelse.com"> some text</A></some more shit>
  6.  
  7. <li class=" ">
  8. <a href="/tv/musicvideos/1164-sabotage/">
  9. <div class="artwork">
  10. <span class="image" data-src="http://cdn.pitchfork.com/video-archive/1164/medium.0e9a961e.jpg"></span>
  11. </div>
  12. <div class="info">
  13. <h1 class="artist">Beastie Boys</h1>
  14. <h2 class="title">Sabotage</h2>
  15. </div>
  16. </a>
  17. </li>
  18.  
  19. <li class=" ">
  20. <a href="/tv/musicvideos/1344-Integalactic/">
  21. <div class="artwork">
  22. <span class="image" data-src="http://cdn.pitchfork.com/video-archive/1164/medium.0e9a961e.jpg"></span>
  23. </div>
  24. <div class="info">
  25. <h1 class="artist">Beastie Boys</h1>
  26. <h2 class="title">Intergalactic</h2>
  27. </div>
  28. </a>
  29. </li>
  30.  
  31. <some shit><a href="somethingelse.com"> some text</A></some more shit>
  32.  
  33. )
  34.  
  35. ; Either extract the 3 variables or show me how to extract the piece and I can do the rest myself
  36.  
  37. ; /tv/musicvideos/1164-sabotage/
  38.  
  39. ; Beastie Boys
  40.  
  41. ; Sabotage
  42.  
  43. (or)
  44.  
  45. ; <li class=" "><a href="/tv/musicvideos/1164-sabotage/"><div class="artwork"><span class="image" data-src="http://cdn.pitchfork.com/video-archive/1164/medium.0e9a961e.jpg">
  46. ; </span></div><div class="info"><h1 class="artist">Beastie Boys</h1><h2 class="title">Sabotage</h2></div></a></li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement