|
if you know php or some other scripting language then it's pretty damn easy.
One method:
split it into an array
loop through the array
check if you've already seen that url, if not then remember it
print out a list of urls that you've seen
probbaly a cleaner way though I'm lazy
|