using web page source code in a drawing
              in 
             Programming Questions 
              •  
              2 years ago    
            
 
           
             Hi!!
            
             
            
            
             
            
            
             
             
           
 
            
           
              I want to create a code to visualize different music lyrics taken from the web. I have been looking at the structure of lyrics.com and have discovered a pattern so it could be rather easy to parse it and have clean lyrics. I have done this by using the option "view source code" in google chrome. 
            
            
             Unfortunately when I write: 
            
            
             String[] lyrics =loadStrings("http://www.lyrics.com/chasing-cars-lyrics-snow-patrol.html");
            
            
             it doesn't show the source code, just the web page structure. 
            
            
             Can anybody help me? is there anyway to do that?
            
            
             thanks a lot!! 
            
            
             cheers! 
            
            
             Luciana
            
             
              
              1  
            
 
            