fredwu / crawler

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

Added option to encode URI #13

Closed jpyamamoto closed 6 years ago

jpyamamoto commented 6 years ago

Added the possibility to encode the URL passed to Crawler.crawl when given the option encode: true. This could solve issue #12

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.6%) to 99.412% when pulling 6e47018fa08b3979aadfb48190a3e86eb2074623 on JPYamamoto:master into 19f53bf87fa11ae9b3521a3ff58f8526dbc2dd7d on fredwu:master.

fredwu commented 6 years ago

Thanks! 👍