scala-scraper v2.1.0 Release Notes

Release Date: 2018-01-15 // over 6 years ago
    • ๐Ÿ—„ Deprecations
      • ProxyUtils was deprecated in favor of setting proxy servers per Browser instance (see below);
    • ๐Ÿ†• New features
      • JsoupBrowser and HtmlUnitBrowser can now be created with proxy settings that are applied only to the created instance, superseeding the usage of ProxyUtils;
      • Added a new table context extractor allowing the extraction of cells from HTML tables.