From 8c7a3387bdff6e5161111e8b0f7fae81e5dec244 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Tue, 9 Feb 2021 15:20:19 +0100 Subject: [PATCH] Use correct image for after picture --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53a558a..f4b0b0e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ For example, for use with this spreadsheet: The Youtube link is downloaded and archived, and the spreadsheet is updated to the following: -![A screenshot of a Google Spreadsheet with the same Youtube URL in column A, and additional archival information in B, C, and D](docs/before.png) +![A screenshot of a Google Spreadsheet with the same Youtube URL in column A, and additional archival information in B, C, and D](docs/after.png) By default, the archiver will skip over live streaming content. However, with the `--streaming` flag, it will skip over non-real time content and archive livestreams. This is blocking, and each execution of the archiver will start downloading only a single livestreamed video. This is so that it can be used in combination with a non-streaming archiver, as detailed below.