View Source Changelog

v0.0.7

Fix for unhandled case crash when fetching a URL.

v0.0.6

  • Support scraping individual tweet URLs (e.g., https://x.com/TylerAYoung/status/1803047558853415154) and at least getting back the metadata. (You won't get the full page, because Twitter is fully client side rendered, but you can at least get the OpenGraph tags, which generally contain the content you want.)
  • Support using erlexec rather than dockerexec (useful if you're using erlexec for other reasons already).

v0.0.5

Support running in Docker as root and silence irrelevant compile warnings.

v0.0.4

Fix for crash as startup when running in Docker.

v0.0.3

Massive improvements to browser spoofing, allowing us to scrape way more of the top 1,000 sites than we could before, including Google, Udemy, TicketMaster, OpenSea, and more.

Also adds the :ignore_ssl_errors? option.

v0.0.2

Compilation fixes for CodeCodeShip deployments.

v0.0.1

Initial release.