Fix typo in the documentation of the 'download_archive' param
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 25 Nov 2013 21:52:09 +0000 (22:52 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 25 Nov 2013 21:52:09 +0000 (22:52 +0100)
youtube_dl/YoutubeDL.py

index 87635e173c9c9edeebae81fd94e470de396cfafd..e23042c485f4232f24ef3af8d04698571a1493e9 100644 (file)
@@ -126,7 +126,7 @@ class YoutubeDL(object):
     noplaylist:        Download single video instead of a playlist if in doubt.
     age_limit:         An integer representing the user's age in years.
                        Unsuitable videos for the given age are skipped.
-    downloadarchive:   File name of a file where all downloads are recorded.
+    download_archive:   File name of a file where all downloads are recorded.
                        Videos already present in the file are not downloaded
                        again.
     cookiefile:        File name where cookies should be read from and dumped to.