diff --git a/tubearchivist/home/templates/home/about.html b/tubearchivist/home/templates/home/about.html
index 4233773..04e2f25 100644
--- a/tubearchivist/home/templates/home/about.html
+++ b/tubearchivist/home/templates/home/about.html
@@ -8,12 +8,12 @@
Getting started
- Before adding some videos to the download queue, take a look at the download format settings on your settings page and set your desired download quality.
- - While at the settings page also set the value for the Subscriptions page size. This will define the max amount of videos that will get added once you run Rescan Subscriptions. yt-dlp by default uses 50 video page size. Any value higher than that will significantly slow down the scanning process.
- - Subscribe to some of your favourite youtube channels in the channel page. To subscribe to a channel you have a few options:
+
- While at the settings page also set the value for the Subscriptions page size. This will define the max amount of videos that will get added once you run Rescan Subscriptions. By default, yt-dlp uses a 50 video page size. Any value higher than that will significantly slow down the scanning process.
+ - Subscribe to some of your favorite YouTube channels in the channel page. To subscribe to a channel you have a few options:
- - Enter the Youtube channel ID, a 25 character alphanumeric string. For example UCBa659QWEk1AI4Tg--mrJ2A
- - Enter the url to the channel page on youtube. For example https://www.youtube.com/channel/UCBa659QWEk1AI4Tg--mrJ2A
- - Enter the video url for any video and let Tube Archivist extract the channel ID for you. For example https://www.youtube.com/watch?v=2tdiKTSdE9Y
+ - Enter the YouTube channel ID, a 25 character alphanumeric string. For example UCBa659QWEk1AI4Tg--mrJ2A
+ - Enter the URL to the channel page on YouTube. For example https://www.youtube.com/channel/UCBa659QWEk1AI4Tg--mrJ2A
+ - Enter the video URL for any video and let Tube Archivist extract the channel ID for you. For example https://www.youtube.com/watch?v=2tdiKTSdE9Y
- After that head over to the Downloads Page. Once you click on the Rescan Subscriptions button, Tube Archivist will go through all your subscribed channels and look for new videos. Initially these are the latest videos depending on the page size as described above.
@@ -26,14 +26,14 @@
- You can manually add videos to the queue on the download page by clicking on Add to download queue and then entering a list of videos. Add one link per line. You have a few options:
- - Add a link to a Youtube video. For example https://www.youtube.com/watch?v=2tdiKTSdE9Y.
- - Add a Youtube video ID. For example 2tdiKTSdE9Y.
- - Add a link to a Youtube video by providing the shortened url, for example https://youtu.be/2tdiKTSdE9Y.
- - Add a Channel ID or Channel Url to add every available video to the download queue. This will ignore the page size as described above. You can still ignore selected videos before starting the download.
- - Add a playlist ID or url to add every available video in the list to the download queue, for example https://www.youtube.com/playlist?list=PL96C35uN7xGLLeET0dOWaKHkAlPsrkcha or PL96C35uN7xGLLeET0dOWaKHkAlPsrkcha. Note that when you add a link to a video in a playlist, Tube Archivist assumes you want to download only the specific video and not the whole playlist, vor example https://www.youtube.com/watch?v=CINVwWHlzTY&list=PL96C35uN7xGLLeET0dOWaKHkAlPsrkcha will only add one video CINVwWHlzTY to the queue.
+ - Add a link to a YouTube video. For example https://www.youtube.com/watch?v=2tdiKTSdE9Y.
+ - Add a YouTube video ID. For example 2tdiKTSdE9Y.
+ - Add a link to a YouTube video by providing the shortened URL, for example https://youtu.be/2tdiKTSdE9Y.
+ - Add a Channel ID or Channel URL to add every available video to the download queue. This will ignore the page size as described above. You can still ignore selected videos before starting the download.
+ - Add a playlist ID or URL to add every available video in the list to the download queue, for example https://www.youtube.com/playlist?list=PL96C35uN7xGLLeET0dOWaKHkAlPsrkcha or PL96C35uN7xGLLeET0dOWaKHkAlPsrkcha. Note that when you add a link to a video in a playlist, Tube Archivist assumes you want to download only the specific video and not the whole playlist, for example https://www.youtube.com/watch?v=CINVwWHlzTY&list=PL96C35uN7xGLLeET0dOWaKHkAlPsrkcha will only add one video CINVwWHlzTY to the queue.
- As you watch videos, mark them as watched by clicking on the unseen icon . Once marked as watched, the icon will change to .
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}