From ce59fec0f3ade7bd552d73769381c646573a9bac Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Wed, 17 Feb 2021 15:46:48 +0100 Subject: [PATCH] Typos --- docs/Details.md | 2 +- docs/Region-Restriction.md | 2 +- docs/Scripts-Type.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Details.md b/docs/Details.md index 103d07f..aaef874 100644 --- a/docs/Details.md +++ b/docs/Details.md @@ -56,4 +56,4 @@ `--batch-file "Source - XXXXXX.txt"`: Tell yt-dlp to look for links in `Source - XXXXXX.txt`. -`2>&1 | tee output.log`: Tell the shell to output stdout and stderr to `output.log`. \ No newline at end of file +`2>&1 | tee output.log`: Tell the shell to output stdout and stderr to `output.log`. diff --git a/docs/Region-Restriction.md b/docs/Region-Restriction.md index a4e1e62..8a53a53 100644 --- a/docs/Region-Restriction.md +++ b/docs/Region-Restriction.md @@ -2,6 +2,6 @@ `--ignore-errors` and `--download-archive archive.log` will silently skip such videos. -To download as much videos as possible, using a VPN, switch between the USA and Germany, those are the 2 counties that have access to the most content. +To download as much videos as possible, using a VPN, switch between the USA and Germany, those are the 2 countries that have access to the most content. If you follow a specific country's content, also switch to that country (e.g. switch to France if you follow French content). diff --git a/docs/Scripts-Type.md b/docs/Scripts-Type.md index 47b5a0f..6d9e409 100644 --- a/docs/Scripts-Type.md +++ b/docs/Scripts-Type.md @@ -28,12 +28,12 @@ Considering that I chose to separate the content: **Watch on Mobile Devices Script**: Script that will download individual videos made by a creator that are not meant to be archived but deleted after being watched, in ancient video and audio format that are supported by every mobile devices. (naming scheme: `Uploader - 20201231 - Title [VIDEOID].ext`). -Consider the "Watch Scripts" and "Watch on Mobile Devices Script" useful for downloading "throwaway" videos. Data normally useful for archivers, such as the thumbnail, are omitted. +Consider the "Watch Scripts" and "Watch on Mobile Devices Script" useful for downloading "throwaway" videos. Data normally useful for archivists, such as the thumbnail, are omitted. --- ### Audio-Only Scripts: -**Channels / Playlists / Unique**: Same as Archivist Scripts, but for Audio-Only content. +**Channels / Playlists / Unique**: Same as "Archivist Scripts (No Comments)", but for Audio-Only content. -**Listen**: Same as Watch on PC Scripts, but for Audio-Only content. \ No newline at end of file +**Listen**: Same as "Watch on PC Scripts", but for Audio-Only content. \ No newline at end of file