elixir-crawly / crawly

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

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

Closed cmnstmntmn closed 7 months ago

cmnstmntmn commented 1 year ago

According to this comment here

Crawly.Engine.list_know_spiders()

should be used instead of

Crowly.running_spiders()
dogweather commented 11 months ago

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

kasvith commented 10 months ago

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

oltarasenko commented 7 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