zombie-globbies
Version:
A very quick fix for [**Zombie**](https://github.com/assaf/zombie) to permit to crawl correctly webpages with attributes on the html tag (eg: html lang="en").
8 lines (5 loc) • 417 B
Markdown
A very quick fix for [**Zombie**](https://github.com/assaf/zombie) to permit to crawl correctly webpages with attributes on the html tag (eg: html lang="en").
/lib/window.js:
`if (!/<html>/.test(body)) to if (!/<html/.test(body))`
* [zombie's github issue](https://github.com/assaf/zombie/issues/847)
* [issue example](http://runnable.com/VMDazvmeWuJK7QVO/zombie-issue-with-html-parser-for-node-js-and-zombie-js)