-
Hi,
I'd like to filter out comments, how do I do it? I tried
```
Floki.filter_out(doc, :comment)
```
But that doesn't work.
-
I built and tried helloworld example on mac-book and both client/server are crashing.
Floki log:
```
RUST_BACKTRACE=1 RUST_LOG=floki=info cargo run
Running `target/debug/floki`
INFO:floki: star…
-
Should we remove the `sweet_xml` dependency? Worth considering if most of what we need can be extracted with `regex`es.
-
Adding :floki to applications is giving this error:
Erlang/OTP 18 [erts-7.2] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
=INFO REPORT==== 18-Jan-2016::15:35:13 ===
…
-
Hello,
As first mentioned in: #49 but now formally as its own issue.
Following this tutorial: https://lord.io/blog/2015/elixir-scraping/
And I'm getting this error:
```
:ok, []}
iex(2)> Scraper.st…
-
I get this error with floki 0.6.1
=> floki
could not compile dependency :floki, "mix compile" failed. You can recompile this dependency with "mix deps.compile floki", update it with "mix deps.update f…
-
I received an error when trying to parse the html of this page. Let me know if you need anything else.
http://theguysociety.com/success/kunal-desai-no-bull-on-how-to-take-over-the-stock-market/?utm_c…
-
- 日時 2015-01-07 19:00-21:00
- 場所 札幌や,思い思いの場所
[スターバックスコーヒー札幌グランドホテル店](http://www.starbucks.co.jp/store/search/detail.php?id=333)にいます.
[#サッポロビーム](https://twitter.com/search?q=%23%E3%82%B5%E3%83%83%E3%…
-
Test case:
``` elixir
iex> html = "FooBarBarz"
iex> Floki.parse(html) |> Floki.find("select option + option")
** (ArgumentError) argument error
:erlang.hd([])
lib/floki/finder.ex:90: Floki.Fi…
-
Environment is Ubuntu 12.04, using the default Elixir install (via erlang-solutions_1.0_all.deb addition to package sources). The resulting Elixir version is 1.1.0, and erlang is 7.1 with otp release …