Felix Boehm

Results 144 comments of Felix Boehm

This is the relevant PR: https://github.com/inikulin/parse5/pull/432

Looking at the code in the first post of this issue, the important thing to note is that the `data` event will only fire for tokens that have not been...

What version of Cheerio are you using? Note that positional selectors are only available in the latest RC release.

I cannot find a version of Cheerio in Google App Script, so closing this as cannot reproduce. Please let me know if you have further details!

Thanks for the link! cheeriogs is using a version of cheerio that does not support positional selectors. Once it upgrades to the latest version, you'll be able to use `:eq(2)`...

Try `[property^="og:"]`. You are currently looking for an exact match, where there are none.

Fixed with the [1.0 release](https://github.com/cheeriojs/cheerio/releases/tag/v1.0.0)!

Thanks a lot for this PR! Some notes: 1. The change in the fixture led to a need for quite a few unrelated changes. Please use one of the other...