-
Hi,
How can we build this goose parser in latest zeek branch. I have tried with zeek 6.0.0-dev.636 but getting errors.
It will be very helpful if you can give a patch or some guidance for compiling …
-
Hi, if I call
```go
goose.SetVerbose(true)
goose.WithNoColor(true)(nil)
goose.SetLogger(MyGooseLogger)
```
then `goose.Up(...)` will output logs from ParseSQLMigration using the standard log…
-
Hi,
How can we build this goose parser in latest zeek branch. I have tried with zeek 6.0.0-dev.636 but getting errors as attached.
[error.log.txt](https://github.com/kit-dsn/zeek-goose-analyzer/file…
-
When executing SQL migrations, the parser misses the semicolon and incorrectly merges statements if a string contains "--" after a space, mistakenly interpreting it as the start of a comment. This iss…
Ynng updated
2 months ago
-
I'm not sure this is a valid issue; reporting it just in case...
I'm running Goose on a large set of web pages, a few of which are accidentally pdf files.
In most cases, this gives the expected no…
deg updated
10 months ago
-
Hello.
I created a pcap file using this command.
```sudo tcpdump -i ens33 -v -nn -c8 'ether proto 0x88B8' -w goose_packets.pcap```
Then I use the ```goose_parser.py``` to extract the data from th…
-
``` python
from goose import Goose
url = "https://savannah.gnu.org/forum/forum.php?forum_id=8420"
g = Goose()
article = g.extract(url=url)
```
### Output:
```
/usr/lib/python2.7/site-packages/bs4/__…
-
- [ ] Run tests from [goose-parser](https://github.com/redco/goose-parser) on the env
- [ ] Configure CircleCI to run tests
- [x] Update README file
- [ ] Add jsdoc with examples
- [x] * Fix eslin…
-
I tried latest dev version, for http://sports.ndtv.com/football/news/223101-cristiano-ronaldo-to-miss-copa-del-rey-final-against-barcelona, which failed. While similar one from the same site, http://s…
-
Hi everyone,
I've been working with Goose for a couple of weeks in an attempt to utilize it in my project. I'm diving in the source code and trying out some improvements.
The `top_node` property (the …