fredwu / crawler

A high performance web crawler / scraper in Elixir.
945 stars 91 forks source link

Is the crawler able to get async javascript render contents? #7

Closed loongmxbt closed 7 years ago

fredwu commented 7 years ago

Oops, somehow I overlooked this issue here. The short answer is no, it doesn't support it out of box. However, given you can supply your own parser, you could potentially build it yourself. :)