From 3791afc94ccf860461c06886dc586e0c9d1ecdeb Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 7 Jun 2022 18:43:04 +0200 Subject: [PATCH] readme updates --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b7341d..cb91cea 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Code is split into functional concepts: 1. [GWorksheet](utils/gworksheet.py) - facilitates some of the reading/writing tasks for a Google Worksheet ### Current Archivers +Archivers are tested in a meaningful order with Wayback Machine being the default, that can easily be changed in the code. ```mermaid graph TD A(Archiver) -->|parent of| B(YoutubeDLArchiver) @@ -157,8 +158,8 @@ graph TD ```mermaid graph TD A(BaseStorage) -->|parent of| B(S3Storage) - C(BaseStorage) -->|parent of| C(LocalStorage) - A(BaseStorage) -->|parent of| C(GoogleDriveStorage) + A(BaseStorage) -->|parent of| C(LocalStorage) + A(BaseStorage) -->|parent of| D(GoogleDriveStorage) ```