PDA

View Full Version : URL extraction


Guest
11-04-05, 05:50 PM
Anybody got any idea how I can quickly extract a nice list of URLs from a page of HTML? :)

dvtimes
11-04-05, 08:22 PM
Anybody got any idea how I can quickly extract a nice list of URLs from a page of HTML? :)

dead easy.

simply do a view sorse to get the sorce (html) code..

Then do a seach for http: to find all the web addresses.

SGS
11-04-05, 08:27 PM
Try this... (http://www.focalmedia.net/urlextract.html)

Geezer
11-04-05, 08:36 PM
Try this... (http://www.focalmedia.net/urlextract.html)


Nice Link :thumbsup:

SGS
11-04-05, 08:44 PM
Nice Link :thumbsup:

Don't let DVT know but it also extracts email addresses... :)

Joe A
11-04-05, 08:46 PM
SGS....

I think you gave the game away... LOL..

Guest
11-04-05, 09:46 PM
Nifty, cheers :D

-HF
11-04-05, 10:38 PM
dead easy.

simply do a view sorse to get the sorce (html) code..

Then do a seach for http: to find all the web addresses.
what part of 'quickly' did you miss?