Détail du package

zombie-globbies

polpoy121.0.6

A very quick fix for Zombie to permit to crawl correctly webpages with attributes on the html tag (eg: html lang="en").

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))