]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/YoutubeDL.py
[readme] Cleanup options
[yt-dlp.git] / youtube_dlc / YoutubeDL.py
index 5c1129a97502a34930e425f5b53b49cbbc7d6b86..4242a5ef95724a31de04715587a3445dd301df1f 100644 (file)
@@ -232,10 +232,11 @@ class YoutubeDL(object):
     download_archive:  File name of a file where all downloads are recorded.
                        Videos already present in the file are not downloaded
                        again.
-    break_on_existing: Stop the download process after attempting to download a file that's
-                       in the archive.
-    break_on_reject:   Stop the download process when encountering a video that has been filtered out.
-    cookiefile:        File name where cookies should be read from and dumped to.
+    break_on_existing: Stop the download process after attempting to download a
+                       file that is in the archive.
+    break_on_reject:   Stop the download process when encountering a video that
+                       has been filtered out.
+    cookiefile:        File name where cookies should be read from and dumped to
     nocheckcertificate:Do not verify SSL certificates
     prefer_insecure:   Use HTTP instead of HTTPS to retrieve information.
                        At the moment, this is only supported by YouTube.