From 5dee4091160d375f0a278c63915fc8d81d2abafe Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 10 Sep 2021 16:06:36 +0700 Subject: [PATCH] extended getting started and fixed typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0918c1c..321aaba 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ Functions as a cache and temporary link between the application and the filesyst - Takes an optional volume at **/data** to make your configuration changes permanent. ## Getting Started -1. Go through the **settings** page and look at the available options. Particularly set *Download Format* to you desired video quality before downloading. +1. Go through the **settings** page and look at the available options. Particularly set *Download Format* to your desired video quality before downloading. 2. Subscribe to some of your favourite Youtube channels on the **channels** page. -3. On the **downloads** page, click on *Rescan subscriptions* to add videos from the subscribed channels to your Download queue or click on *Add to download queue* to manually add Video IDs or links. +3. On the **downloads** page, click on *Rescan subscriptions* to add videos from the subscribed channels to your Download queue or click on *Add to download queue* to manually add Video IDs, links, channels or playlists. 4. Click on *Download queue* and let Tube Archivist to it's thing. 5. Enjoy your archived collection! @@ -88,5 +88,5 @@ This should be considered as a **minimal viable product**, there is an exstensiv ## Known limitations - Video files created by Tube Archivist need to be **mp4** video files for best browser compatibility. -- Every limitation **yt-dlp** will also be present in Tube Archivist. If yt-dlp can't download or extract a video for any reason, Tube Archivist won't be able to either. +- Every limitation of **yt-dlp** will also be present in Tube Archivist. If **yt-dlp** can't download or extract a video for any reason, Tube Archivist won't be able to either. - For now this is meant to be run in a trusted network environment.