This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
in reply to Re: Re: suck on www::mechanize question in thread can't get www::mechanize to work on a web site
My company has a firewall running, may be that has something to do with forbidden access. I will try again when I go home later on my own ISP and see if I get the same error. I am guessing that you might be looking for some regex to extract the song lyrics? ... If so, could you post some HTML on your notepad and state which part you want to get extracted?
Re: Re: Re: Re: suck on www::mechanize question
by smackdab (Pilgrim) on Mar 01, 2004 at 01:15 UTC
|
I don't even have that problem yet ;-)
There are 2 parts to get the lyrics for a song:
1) Search for the one/multi matches on the song title
which returns a list of possible matches
2) Find the link that matches the song title
and follow that link to the lyrics page
3) Parse and save the lyrics
Step 1 works, but 2 fails ;-( | [reply] |
|