zombie-globbies
v1.0.6
Published
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").
Downloads
21
Readme
A very quick fix for 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))