yt-dlp/yt_dlp/postprocessor
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
..
__init__.py Native SponsorBlock implementation and related improvements (#360) 2021-09-02 02:25:16 +05:30
common.py Separate the options `--ignore-errors` and `--no-abort-on-error` 2021-09-24 06:05:35 +05:30
embedthumbnail.py Use `os.replace` where applicable (#793) 2021-08-27 07:57:20 +05:30
exec.py Misc fixes - See desc 2021-08-10 01:22:55 +05:30
ffmpeg.py Separate the options `--ignore-errors` and `--no-abort-on-error` 2021-09-24 06:05:35 +05:30
metadataparser.py minor bugfixes 2021-08-11 20:27:30 +05:30
modify_chapters.py [SponsorBlock] Improve merge algorithm (#999) 2021-09-19 08:38:50 +05:30
movefilesafterdownload.py Allow running some `postprocessors` before actual download 2021-04-12 02:12:46 +05:30
sponskrub.py Native SponsorBlock implementation and related improvements (#360) 2021-09-02 02:25:16 +05:30
sponsorblock.py Native SponsorBlock implementation and related improvements (#360) 2021-09-02 02:25:16 +05:30
xattrpp.py Separate the options `--ignore-errors` and `--no-abort-on-error` 2021-09-24 06:05:35 +05:30