From faabe534003cfc97b952b765c34287b5358f6122 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 9 Sep 2021 14:40:23 -0700 Subject: [PATCH] Fix wording "keeping track of". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 145dc99..37476ac 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ YCDL creates an SQLite3 database of Youtube channels and their videos, and serve ### Metadata archive -The database acts as a permanent archive of video metadata including title, description, duration, view count, and more. Even if a video or channel is deleted from Youtube, you will still have this information. Perfect for never losing track of unlisted videos, too. +The database acts as a permanent archive of video metadata including title, description, duration, view count, and more. Even if a video or channel is deleted from Youtube, you will still have this information. Perfect for keeping track of unlisted videos, too. The thumbnails, however, are not stored in the database, but you can use `utilities\download_thumbnails.py` to download them.