Goose3 v3.0.8 Release Notes

Release Date: 2017-12-09 // over 6 years ago
    • ๐Ÿ›  Fix using different requests session for each url fetched
      • Added close method to the Goose object
    • ๐Ÿ‘ Allow the Goose object to be a context manager python from goose3 import Goose with Goose() as g: g.extract(url='some-url-here') NOTE: No need to change code as it will attempt to automatically close the connection on garbage collection
    • ๐Ÿ”ง Configuration object changes
      • Better handling of the known_context_patterns configuration
      • Added http_headers configuration option to be passed to requests
      • Added http_proxies configuration option to be passed to requests
      • Added http_auth configuration option to be passed to requests
    • ๐Ÿ›  Fix base64 image parsing see issue #7