Soup Versions Save

Web Scraper in Go, similar to BeautifulSoup

v1.2.5

2 years ago

v1.2.4

3 years ago

Includes automatic translation of charset in HTML to UTF-8

v1.2.3

3 years ago

v1.2.2

3 years ago

v1.2.1

3 years ago

v1.2

4 years ago

Included commonly defined errors for better error checking

Refer CHANGELOG.md

v1.1.1

5 years ago

v1.1.1

Added

  • Root.Children() - Find all direct children of the referenced DOM element
  • Root.FullText() - Full text inside a nested/non-nested tag returned

v1.1

6 years ago

v1.1

Added

  • Cookies can be added to the HTTP request, either via the Cookies map or the Cookie() function
  • Function GetWithClient() provides the ability to send the request with a custom HTTP client
  • Function FindStrict() finds the first instance of the mentioned tag with the exact matching values of the provided attribute (previously Find())
  • Function FindAllStrict() finds all the instances of the mentioned tag with the exact matching values of the attributes (previously FindAll())

Changed

  • Function Find() now finds the first instance of the mentioned tag with any matching values of the provided attribute.
  • Function FindAll() now finds all the instances of the mentioned tag with any matching values of the provided attribute.

v1.0.1

6 years ago

v1.0.0

7 years ago