soup

Web Scraper in Go, similar to BeautifulSoup

MIT License

Stars
2.2K
Committers
19

Bot releases are hidden (Show)

soup - v1.2.5 Latest Release

Published by anaskhan96 almost 3 years ago

soup -

Published by anaskhan96 about 4 years ago

Includes automatic translation of charset in HTML to UTF-8

soup -

Published by anaskhan96 about 4 years ago

soup -

Published by anaskhan96 about 4 years ago

soup -

Published by anaskhan96 about 4 years ago

soup - v1.2

Published by anaskhan96 almost 5 years ago

Included commonly defined errors for better error checking

Refer CHANGELOG.md

soup -

Published by anaskhan96 almost 6 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
soup -

Published by anaskhan96 over 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.

soup -

Published by anaskhan96 about 7 years ago

soup -

Published by anaskhan96 over 7 years ago