how can i take a .htm file and get just the urls?

hoihtah

Diamond Member
Jan 12, 2001
5,183
0
76
there must be an easier way of doing this...

is there a way how i can take a html file and strip all the text and all the other tags...
and just get a list of urls?

thanx

i would've put this in the software, applications and programing forum...
except... i don't really consider html as a programming language...;)

thanx for any help you can advise me on
 

Descartes

Lifer
Oct 10, 1999
13,968
2
0


<< i don't really consider html as a programming language... >>



Indeed tisn't, however, you can't accomplish this in html. The easiest way is through the use of regular expressions, but that would require some programming knowledge.
 

hoihtah

Diamond Member
Jan 12, 2001
5,183
0
76


<< Get Bot Dot Com. >>


i've just downloaded the file...

but it doesn't seem to work well.
perhaps, i'm just not doing it right.
but when i input (copy and paste) the htmls...
it gives me a whole bunch of tags that's not really a http:// url.
 

hoihtah

Diamond Member
Jan 12, 2001
5,183
0
76
ah...
it says that each tag has to have its own line.
that'd be my problem.
'cause my html is not formatted as that right now.
which brings me to a new problem.
hmm...

there's just got to be an easier way.