[README.md] Fix typo in download archive FAQ entry
authorSergey M․ <dstftw@gmail.com>
Sun, 28 Aug 2016 00:09:03 +0000 (07:09 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 28 Aug 2016 00:09:03 +0000 (07:09 +0700)
README.md

index 20241307f11e262da30620599907577c99e67db1..87465aa5e7ec9221a56a046e17e92074981f5a35 100644 (file)
--- 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?
 
 
 ### 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,
 
 
 For example, at first,