Herbert Shin

Results 18 comments of Herbert Shin

I guess that depends on @amq

If I'm not mistaken, the DNT protection is double edged - like @joshua-curtis-smith mentioned, 99% of advertisers tend to ignore those requests, and ironically use it as an identifier. Could...

Ooo I see, thanks @dmarti

Hmm, unfortunately it looks like the best name is already taken by https://github.com/rarcega/instagram-scraper (https://pypi.org/project/instagram-scraper/)

Seconded. I'm seeing this same issue through `@nestjs/platform-express@^9.0.0` and `@nestjs/core@^8.0.0`. ### Environment - npm: 8.5.0 - Node.js: v16.14.2 - OS Name: Mac 12.4

@Munroc if we have the full code, then I think it would be easier to isolate the actual cause. But based on the code gist that was provided, I think...

@LeoSZN I think in your specific example, you're closing only the last `Process` object after generating multiple `Process` per `urls` elements. Could you try daemonizing them using `p.daemon = True`...

@LeoSZN > @initbar > > Do I need to run `p.daemon = True` in the loop or outside the loop before `p.join()` ? By the way do I still need...