-
Hi!
I came across a strange case where selectors weren't working as expected:
```elixir
def scrap do
body = """
a
""" # the white spaces above are tabs
body |> Floki.find(".a")
…
-
Given a node, I can't see a simple way to access its children.
Shouldn't there be a `Floki.children` method for that?
-
I am writing a little crawler to fetch data from other pages and have a weird problem with [this page](https://www.zvab.com/servlet/BookDetailsPL?bi=30131047830&searchurl=an%3Dk%25E4stner%26hl%3Don%26…
-
This means it is easy to include keys which have no meaning
-
I just tried to add a `@font-face` definition to make the emails look a bit nicer for clients that support that. That made premailer spit out lots of warnings: `Unknown token '@'. Ignoring`. Will happ…
-
I am new in Elixir and Floki and I saw that it is possible to manipulate tags and attributes using `Floki.map/2`, but I am trying to manipulate text content and I do not have any success. Is there a w…
-
Hey everyone
I'm not a coder, I'm just trying to hardcode an .ASS subtitle file onto a video I have.
Using the latest version (1.3.0)
I load up the video, load up the external subtitle file (.ass…
-
Currently we can manipulate tag name and attributes with `Floki.map/2`, what about the children/content?
Use case is to override certain elements:
- Input: ``
- Output: `picture`
-
This appears to be due to docker now expecting to find TLS certificates.
-
Elixir 1.9/OTP 0.21
Meeseeks 0.13.1
Meeseeks_html5ever 0.12.1
I continually get this when trying to parse html with `Meeseeks.parse()` from my calling module:
```sh
(UndefinedFunctionError) f…