gumbo-query icon indicating copy to clipboard operation
gumbo-query copied to clipboard

c++ library to provide jQuery style api for gumbo library

Results 24 gumbo-query issues
Sort by recently updated
recently updated
newest added

Update gumbo-query brew formula. Use brew install --HEAD to install.

Hi, I want to get all nodes with a class **containing** (not matching exactly) a specific value. I used 'find', but it returns only the nodes with class matching exactly...

The old Github link causes the user to download an old version of gumbo-query. Instead it should match the new repository.

I hope gumbo-query will have more usage examples, so i prepared some examples of examples :) https://gist.github.com/derofim/517b60c637dc2d8e0f680610ffd8722f I still dont know how to use properly things like nextSibling().

问题场景: 给定这样一个page: ``` std::string page = "Title"; ``` 在其中查找所有tag为img的node ``` auto nodes = doc.find("IMG"); ``` 然后取出这些node的 startPos 和 endPos , 发现它们 startPos 是指向标签末尾的,endPos指向 标签开始,是不是这两个函数的实现搞反了?

The logic of skipping nodes should be the opposite https://github.com/keithyipkw/gumbo-query/commit/0efee4b88ffe12c08faae82c17da87ef0c6aa91d

In readme.md, "brew install gumbo-query" does not work so I am using brew tap instead. There are many problem in the gumbo-query.rb as indicated here https://github.com/Homebrew/homebrew/issues/50276 1. Maybe the repo...

I am searching a "script" node in facebook html source, the node is like require("TimeSlice").guard(function() ... ///< The dots in "script" is for showing this line normally in issue page....

So, going over the code for parsing selectors, there's the method `parseEscape(...)` which appears to be intended to convert attribute values that contain escaped characters and code points to literal...

Hi, I tried to install via homebrew today and it told me that the package wasn't found. I checked via [Braumeister](http://braumeister.org/search/gumbo) and same result. Only the parser package is available....