From 6279610a43c4cd78317b74c1a10c589b019cac31 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:28:45 +0100 Subject: [PATCH] updates docs --- docs/source/how_to/upgrading_1_0_1_to_1_1_0.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/source/how_to/upgrading_1_0_1_to_1_1_0.md b/docs/source/how_to/upgrading_1_0_1_to_1_1_0.md index 7e8d398..81e00e2 100644 --- a/docs/source/how_to/upgrading_1_0_1_to_1_1_0.md +++ b/docs/source/how_to/upgrading_1_0_1_to_1_1_0.md @@ -1,6 +1,6 @@ # Upgrading from v1.0.1 -```{note} This how-to is only relevant for people who used Auto Archiver before June 2025 (versions prior to 1.0.1). +```{note} This how-to is only relevant for people who used Auto Archiver before June 2025 (versions prior to 1.1.0). If you are new to Auto Archiver, then you are already using the latest configuration format and this how-to is not relevant for you. ``` @@ -15,18 +15,22 @@ We have dropped the `vk_extractor` because of problems in a project we relied on Module 'vk_extractor' not found. Are you sure it's installed/exists? ``` -## New `antibot_extractor_enricher` module +## New `antibot_extractor_enricher` module and VkDropin We have added a new `antibot_extractor_enricher` module that uses a computer-controlled browser to extract content from websites that use anti-bot measures. You can add it to your configuration file like this: ```{code} yaml steps: - extractor_enrichers: - - antibot_extractor_enricher + extractors: + - antibot_extractor_enricher + + # or alternatively, if you want to use it as an enricher: + enrichers: + - antibot_extractor_enricher ``` It comes with Dropins that we will be adding and maintaining. -> Dropin: A module that is loaded automatically. You don't need to add them to your configuration steps for them to run. Sometimes they need `authentication` configurations though. +> Dropin: A module with site-specific behaviours that is loaded automatically. You don't need to add them to your configuration steps for them to run. Sometimes they need `authentication` configurations though. One such Dropin is the VkDropin which uses this automated browser to access VKontakte (VK) pages. You should add a username/password to the configuration file if you get authentication blocks from VK, to do so use the [authentication settings](authentication_how_to.md):