Rupert
Results
3
comments of
Rupert
It seams the `location` prop was removed, how to get the last-location?
@keepcosmos for example https://www.douban.com/note/603462275/
v0.8.0 ## In most case, `Readability.summarize` is always work, but in my case, I need `Readability.article`, it's my code: ```elixir case HTTPoison.get("http://zh.html.net/tutorials/css/lesson3.php", @headers, @request_options) do {:ok, response} -> case response.status_code...