Home » Questions » Computers [ Ask a new question ]

What are good link extractors out there?

What are good link extractors out there?

Link extractor - since I don't know a better name for it; a utility which can take a .htm file, and give me links from it, not counting and so, just direct links. Useful for files in which you have a number of html links which are in a text and so on ...

Asked by: Guest | Views: 311
Total answers/comments: 2
Guest [Entry]

"Firefox, with the Web Developer add-on, can do this. Open the HTML file, display the Web Developer toolbar.

In the Information drop-down menu, select ""View Link Information"". It will open a new tab with a list of all the links in the HTML file.

The Firefox Accessibility Extension can also display a list of links in a windows, but it's maybe an overkill, as it's doing tons of other features meant for people with disabilities."
Guest [Entry]

"href=""(?<url>(((ht|f)tp(s?))\://)?((([a-zA-Z0-9_\-]{2,}\.)+[a-zA-Z]{2,})|((?:(?:25[0-5]|2[0-4]\d|[01]\d\d|\d?\d)(?(\.?\d)\.)){4}))(:[a-zA-Z0-9]+)?(/[a-zA-Z0-9\-\._\?\,\'/\\\+&%\$#\=~]*)?)""

Would be a regex that could achieve this."