Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [xattr] bugfix for b19404591a8ad4d0c7e962931ea809221e3f0b8e | pukkandan | 2021-09-24 | 1 | -0/+1 |
| | |||||
* | Separate the options `--ignore-errors` and `--no-abort-on-error` | pukkandan | 2021-09-24 | 1 | -3/+2 |
| | | | | | | | | | | | | | | 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 | ||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -0/+78 |
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan |