yt-dlp/yt_dlp
pukkandan b19404591a
Separate the options --ignore-errors and --no-abort-on-error
In youtube-dl, `-i` ignores both download and post-processing error, and
treats the download as successful even if the post-processor fails.

yt-dlp used to skip the entire video on either error and there was no
option to ignore the post-processing errors like youtube-dl does.

By splitting the option into two, now either just the download errors
(--no-abort-on-error, default on CLI) or all errors (--ignore-errors)
can be ignored as per the users' needs

Closes #893
2021-09-24 06:05:35 +05:30
..
downloader bugfix for bd50a52b0d 2021-09-24 05:14:16 +05:30
extractor [cbs] Report appropriate error for DRM 2021-09-24 05:14:18 +05:30
postprocessor Separate the options --ignore-errors and --no-abort-on-error 2021-09-24 06:05:35 +05:30
__init__.py Separate the options --ignore-errors and --no-abort-on-error 2021-09-24 06:05:35 +05:30
__main__.py
aes.py
cache.py
compat.py
cookies.py
jsinterp.py
minicurses.py
options.py Separate the options --ignore-errors and --no-abort-on-error 2021-09-24 06:05:35 +05:30
socks.py
swfinterp.py.disabled
update.py
utils.py
version.py
webvtt.py
YoutubeDL.py Separate the options --ignore-errors and --no-abort-on-error 2021-09-24 06:05:35 +05:30