v0.13.0
Pre-release
Pre-release
What's Changed
This version has many breaking changes including the organisation of the orchestration file, it should be easy to map old versions to the new ones, when you run the auto-archiver without an existing orchestration.yaml
an example one will be generated and you can port old settings to this one. Check the documentation for more information: https://auto-archiver.readthedocs.io/en/latest/
- Allow setting cookies for yt-dl by @pjrobertson in #158
- adds better debug for wayback failures by @msramalho in #161
- Add 'print_pdf' option to the screenshot enricher. Fixes #132 by @pjrobertson in #159
- adds an unauthenticated Bluesky archiver by @msramalho in #160
- Remove snscrape from the twitter_archiver by @pjrobertson in #165
- Fix two small issues by @pjrobertson in #162
- Migrate to Poetry by @erinhmclark in #164
- CI Unit tests by @pjrobertson in #163
- Add docker-compose for easy building and running of docker image in dev by @pjrobertson in #172
- Tidy up and remove dependencies by @pjrobertson in #169
- Update versions for GH Actions and Geckodriver. by @erinhmclark in #174
- Add Sphinx documentation and publish to RTD. by @erinhmclark in #177
- Create generic archiver for all valid youtube-dl URLs, add truthsocial extractor, unit tests for twitter_api extractor, utility methods for cleaning HTML and traversing objects by @pjrobertson in #175
- modifies base docker image to use browsertrix 1.4.2 by @msramalho in #182
- Add ubuntu-latest to the matrix of test runners by @pjrobertson in #181
- More mainifests by @pjrobertson in #183
- [WIP] Add module tests by @erinhmclark in #189
- Refactor auto-archiver to use a modular structure for feeders/extractors/enrichers etc. by @pjrobertson in #185
- Docs improvement by @pjrobertson in #190
- Fix links to docs by @pjrobertson in #193
New Contributors
- @pjrobertson made their first contribution in #158
- @erinhmclark made their first contribution in #164
Full Changelog: v0.12.0...v0.13.0