bda-research / node-crawler

Web Crawler/Spider for NodeJS + server-side jQuery ;-)
MIT License
6.69k stars 876 forks source link

maybe a bug ? #384

Closed grosfaignan closed 2 years ago

grosfaignan commented 3 years ago

Dear devloppers ,

i just saw intrigous things, in my crawler function i have something like this : let $ = res.$; writed content with res.body is about 4000 line at the same time $("*").toString() is about 14000 lines for the same crawl. Did i make a mistake somewhere ? What's the right value ?

Regards

mike442144 commented 2 years ago

Actually, it's not comparable since that there are procedures between the two. Do not care too much about it.