Skip to content

returns arrays of links from <a> tags in a given url, optionally filterable by regex

License

Notifications You must be signed in to change notification settings

joropeza/link-snag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html-link-snag

================ returns arrays of links from <a> tags in a given url, optionally filterable by regex

Version 0.1.1

Usage

var snagger = require('html-link-snag');

snagger.links('http://www.google.com','^(?:[a-z]+:)?//').then(function(results) {
			//do stuff with results
		});

About

returns arrays of links from <a> tags in a given url, optionally filterable by regex

Resources

License

Stars

Watchers

Forks

Packages

No packages published