elixir-crawly / crawly

Crawly, a high-level web crawling & scraping framework for Elixir.
https://hexdocs.pm/crawly
Apache License 2.0
953 stars 112 forks source link

Use Crawly.Engine.list_know_spiders instead of Crowly.running_spiders #279

Closed cmnstmntmn closed 3 months ago

cmnstmntmn commented 8 months ago

According to this comment here

Crawly.Engine.list_know_spiders()

should be used instead of

Crowly.running_spiders()
dogweather commented 7 months ago

Thanks, @cmnstmntmn, This is interesting. I'm giving it a try.

kasvith commented 6 months ago

Yes, it seems Crawly.Engine.list_know_spiders() hangs

oltarasenko commented 3 months ago

Sorry, I was on another project for quite a bit of time. I have rebased your PR and will merge it as a part of https://github.com/elixir-crawly/crawly/pull/291