]> jfr.im git - yt-dlp.git/blobdiff - README.md
Separate the options `--ignore-errors` and `--no-abort-on-error`
[yt-dlp.git] / README.md
index 641b672e0d54e58b859b12f922e105bb292e800d..07a8e5ef2573eb8c6838db3e7ffb437a2d11199b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -243,9 +243,12 @@ ## General Options:
     -U, --update                     Update this program to latest version. Make
                                      sure that you have sufficient permissions
                                      (run with sudo if needed)
-    -i, --ignore-errors              Continue on download errors, for example to
-                                     skip unavailable videos in a playlist
-                                     (default) (Alias: --no-abort-on-error)
+    -i, --ignore-errors              Ignore download and postprocessing errors.
+                                     The download will be considered successfull
+                                     even if the postprocessing fails
+    --no-abort-on-error              Continue with next video on download
+                                     errors; e.g. to skip unavailable videos in
+                                     a playlist (default)
     --abort-on-error                 Abort downloading of further videos if an
                                      error occurs (Alias: --no-ignore-errors)
     --dump-user-agent                Display the current user-agent and exit