summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-08-28 07:09:03 +0700
committerSergey M․ <dstftw@gmail.com>2016-08-28 07:09:03 +0700
commit71e90766b5f7d57bdbe20b71c32ce5a8f66aecc2 (patch)
treec2bc76a5584f581ad21a29bcd03087a446e2bae2
parentd7aae610f6674d96971246f916973158374f88b0 (diff)
downloadyoutube-dl-71e90766b5f7d57bdbe20b71c32ce5a8f66aecc2.tar.gz
youtube-dl-71e90766b5f7d57bdbe20b71c32ce5a8f66aecc2.tar.xz
youtube-dl-71e90766b5f7d57bdbe20b71c32ce5a8f66aecc2.zip
[README.md] Fix typo in download archive FAQ entry
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20241307f..87465aa5e 100644
--- a/README.md
+++ b/README.md
@@ -836,7 +836,7 @@ You will first need to tell youtube-dl to stream media to stdout with `-o -`, an
 
 ### How do I download only new videos from a playlist?
 
-Use download-archive feature. With this feature you should initially download the complete playlist with `--download-archive /path/to/download/archive/file.txt` that will record identifiers of all the videos in a special file. Each subsequent run with the same `--download-archive` will download only new videos that and skip all videos that have been downloaded before. Note that only successful downloads are recorded in the file.
+Use download-archive feature. With this feature you should initially download the complete playlist with `--download-archive /path/to/download/archive/file.txt` that will record identifiers of all the videos in a special file. Each subsequent run with the same `--download-archive` will download only new videos and skip all videos that have been downloaded before. Note that only successful downloads are recorded in the file.
 
 For example, at first,