GoOse icon indicating copy to clipboard operation
GoOse copied to clipboard

Html Content / Article Extractor in Golang

Results 21 GoOse issues
Sort by recently updated
recently updated
newest added

Hey there! I belong to an open source security research community, and a member (@akincibor) has found an issue, but doesn’t know the best way to disclose it. If not...

See this article, for example: https://www.eff.org/deeplinks/2021/08/eff-joins-global-coalition-asking-apple-ceo-tim-cook-stop-phone-scanning

I am using GoOse for extract content of the some webs, but if the url is like this "http://domain.com/?cat=food" the result text is empty, only happen with this kind of...

For example: - Input: https://goo.gl/FHQjdw - FinalURL: https://goo.gl/FHQjdw - Domain: medium.com The "true" finalURL is https://medium.com/@thelatemercutio/waltonchain-partners-mobius-a-protocol-for-the-future-of-blockchain-86d9a1d417a0 however. Is there anyway to fix this so that the "FinalURL" is the true...

Is there anything blocking switching back to upstream goquery?

The init function defined in the go-charset package must be called. The following code causes a related bug. ``` $ cat test.go package main import ( "github.com/advancedlogic/GoOse" ) func main()...

I already use goquery in my project, it would be really nice to be able to use all GoOse possibilities while avoiding extra document parsing as I already do this...