node-metainspector icon indicating copy to clipboard operation
node-metainspector copied to clipboard

Node npm for web scraping purposes. It scrapes a given URL, and returns you its title, meta description, meta keywords, an array with all the links, all the images in it, etc. Inspired by the metainsp...

Results 20 node-metainspector issues
Sort by recently updated
recently updated
newest added

Please add favicon option

I am using this package for my mobile app client. when user browse the urls on mobile devices, we pass the url to back-end sever and use this package to...

Currently it's not possible to see if the page hold a meta description or not, since it retrieves the first paragraph if there is nothing present. I've added a parameter...

Get the hypertext references and sizes of the favicons through the parse of the `links` elements that contain one of the following `rel` attributes: - `shortcut icon` - `icon` -...

If page is in windows-1251 encoding, i see only something like: ?????? ????? ?????? ??????

this URL ([https://www.scoopwhoop.com/art-hacks-to-control-your-mind#.kfzkwl868](url) )can't be scrapped. https://www.scoopwhoop.com/art-hacks-to-control-your-mind#.kfzkwl868

node-metainspector has no vulnerabilities, which is awesome! This PR adds a badge that shows you’re free of known vulnerabilities. Note that the badge works off the latest master branch. Adding...

I noticed that `node-metainspector` don't take the url of the page. For instance shorten a link and it takes that short link and not the url of the page.