You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
__init__.py Native SponsorBlock implementation and related improvements (#360) 3 years ago
common.py Separate the options `--ignore-errors` and `--no-abort-on-error` 3 years ago
embedthumbnail.py Use `os.replace` where applicable (#793) 3 years ago
exec.py Misc fixes - See desc 3 years ago
ffmpeg.py Separate the options `--ignore-errors` and `--no-abort-on-error` 3 years ago
metadataparser.py minor bugfixes 3 years ago
modify_chapters.py [SponsorBlock] Improve merge algorithm (#999) 3 years ago
movefilesafterdownload.py Allow running some `postprocessors` before actual download 3 years ago
sponskrub.py Native SponsorBlock implementation and related improvements (#360) 3 years ago
sponsorblock.py Native SponsorBlock implementation and related improvements (#360) 3 years ago
xattrpp.py Separate the options `--ignore-errors` and `--no-abort-on-error` 3 years ago