fredwu / crawler

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

Update Floki version in mix.exs #34

Closed SupaMic closed 1 year ago

SupaMic commented 1 year ago

This is just to match the new minimum version of Floki used in Phoenix 1.7 projects so we don't need to use override. Floki appears to only be used in the Crawler.Parser.HtmlParser module and the functions _Floki.parsedocument/1 and Floki.find/2 behave the same in both the 0.25 and 0.30 versions and up to v0.34. We don't need to update the mix.lock as it is already set to v0.31.

fredwu commented 1 year ago

Thanks!