From 918cb220be6ec9d5f200fa4acbcff296edab9056 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:51:10 +0100 Subject: [PATCH] minor indentation issue --- docs/source/how_to/05_upgrading_to_1_1_0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/how_to/05_upgrading_to_1_1_0.md b/docs/source/how_to/05_upgrading_to_1_1_0.md index 57bc253..7c0f3b2 100644 --- a/docs/source/how_to/05_upgrading_to_1_1_0.md +++ b/docs/source/how_to/05_upgrading_to_1_1_0.md @@ -47,8 +47,8 @@ One such Dropin is the VkDropin which uses this automated browser to access VKon ```{code} yaml authentication: vk.com: - username: your_username - password: your_password + username: your_username + password: your_password ``` See all available Dropins in [the source code](https://github.com/bellingcat/auto-archiver/tree/main/src/auto_archiver/modules/antibot_extractor_enricher/dropins). Usually each Dropin needs its own authentication settings, similarly to the VkDropin. \ No newline at end of file