goose

Goose was originally an article extractor written in Java that has most recently (aug2011) converted to a scala project. It's mission is to take any news article or article type web page and not only extract what is the main body of the article but also all meta data and most probable image candidate.

License

License

GroupId

GroupId

com.gravity
ArtifactId

ArtifactId

goose
Last Version

Last Version

2.1.23
Release Date

Release Date

Type

Type

jar
Description

Description

goose
Goose was originally an article extractor written in Java that has most recently (aug2011) converted to a scala project. It's mission is to take any news article or article type web page and not only extract what is the main body of the article but also all meta data and most probable image candidate.
Project URL

Project URL

https://github.com/matth/goose

Download goose

How to add to project

<!-- https://jarcasting.com/artifacts/com.gravity/goose/ -->
<dependency>
    <groupId>com.gravity</groupId>
    <artifactId>goose</artifactId>
    <version>2.1.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.gravity/goose/
implementation 'com.gravity:goose:2.1.23'
// https://jarcasting.com/artifacts/com.gravity/goose/
implementation ("com.gravity:goose:2.1.23")
'com.gravity:goose:jar:2.1.23'
<dependency org="com.gravity" name="goose" rev="2.1.23">
  <artifact name="goose" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gravity', module='goose', version='2.1.23')
)
libraryDependencies += "com.gravity" % "goose" % "2.1.23"
[com.gravity/goose "2.1.23"]

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1
org.jsoup : jsoup jar 1.5.2
commons-io : commons-io jar 2.0.1
org.scala-lang : scala-compiler jar 2.9.0-1
org.scala-lang : scala-library jar 2.9.0-1
org.apache.httpcomponents : httpclient jar 4.1.2
commons-lang : commons-lang jar 2.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.slf4j : slf4j-log4j12 jar 1.6.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.23
2.1.22