Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | update from upstream | Jesús | 2021-10-18 | 1 | -16/+8 | |
|\| | ||||||
| * | Add HDR information to formats | pukkandan | 2021-10-18 | 1 | -1/+4 | |
| | | ||||||
| * | Reduce default `--socket-timeout` | pukkandan | 2021-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | Do not verify thumbnail URLs by default | pukkandan | 2021-10-18 | 1 | -14/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | Partially reverts cca80fe6110653582e8c8a8d06490b4028ffd755 and 0ba692acc8feffd46b6e1085fb4a2849b685945c Unless `--check-formats` is specified, this causes yt-dlp to return incorrect thumbnail urls. See https://github.com/yt-dlp/yt-dlp/issues/340#issuecomment-877909966, #402 But the overhead in general use is not worth it Closes #694, #725 | |||||
| * | Make `duration_string` and `resolution` available in --match-filter | pukkandan | 2021-10-17 | 1 | -2/+5 | |
| | | | | | | | | Related: #1309 | |||||
| * | Fix --restrict-filename when used with default template | pukkandan | 2021-10-17 | 1 | -1/+6 | |
| | | ||||||
| * | [downloader] Fix slow progress hooks | pukkandan | 2021-10-16 | 1 | -5/+11 | |
| | | | | | | | | Closes #1301 | |||||
| * | Fix conflict b/w id and ext in format selection | pukkandan | 2021-10-16 | 1 | -8/+19 | |
| | | | | | | | | Closes #1282 | |||||
| * | [YoutubeDL] Write verbose header to logger | pukkandan | 2021-10-14 | 1 | -20/+28 | |
| | | ||||||
| * | Fix bug in c111cefa5de2337fc677367ee2d727b8a56e3fd0 | pukkandan | 2021-10-13 | 1 | -2/+2 | |
| | | ||||||
| * | [outtmpl] Fix bug in expanding environment variables | pukkandan | 2021-10-13 | 1 | -5/+3 | |
| | | ||||||
| * | [downloader/ffmpeg] Improve simultaneous download and merge | pukkandan | 2021-10-13 | 1 | -7/+2 | |
| | | ||||||
| * | Calculate more fields for merged formats | pukkandan | 2021-10-13 | 1 | -2/+10 | |
| | | | | | | | | Closes #947 | |||||
| * | Fix bug in storyboards | pukkandan | 2021-10-11 | 1 | -4/+5 | |
| | | | | | | | | Caused by 9359f3d4f02856128f5626e754c7f64e2232b02f | |||||
| * | Load archive only after printing verbose head | pukkandan | 2021-10-11 | 1 | -18/+18 | |
| | | | | | | | | If there is some issue in loading archive, the verbose head should be visible in the logs | |||||
| * | Fix `check_formats` output being written to stdout when `-qv` | pukkandan | 2021-10-11 | 1 | -1/+1 | |
| | | | | | | | | Closes #1229 | |||||
| * | [minicurses] Fix when printing to file | pukkandan | 2021-10-10 | 1 | -0/+4 | |
| | | | | | | | | Closes #1215 | |||||
| * | [cleanup] Misc cleanup | pukkandan | 2021-10-09 | 1 | -11/+18 | |
| | | ||||||
| * | Merge webm formats into mkv if thumbnails are to be embedded | pukkandan | 2021-10-09 | 1 | -4/+14 | |
| | | | | | | | | | | | | This was originally implemented in 4d971a16b831a45147b6ae7ce53b3e105d204da7 (#173) by @damianoamatruda but was reverted in 3b297919e046082cc4ab26ecb959d9f4f584102b since it was unintentionally being triggered for `write_thumbnail` (See #500) | |||||
| * | Improved progress reporting (See desc) (#1125) | pukkandan | 2021-10-09 | 1 | -29/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | * Separate `--console-title` and `--no-progress` * Add option `--progress` to show progress-bar even in quiet mode * Fix and refactor `minicurses` * Use `minicurses` for all progress reporting * Standardize use of terminal sequences and enable color support for windows 10 * Add option `--progress-template` to customize progress-bar and console-title * Add postprocessor hooks and progress reporting Closes: #906, #901, #1085, #1170 | |||||
| * | [FixupM3u8] Do not run if merge is needed | pukkandan | 2021-10-06 | 1 | -1/+2 | |
| | | | | | | | | We pass the relevant arguments to the merger, so separate fixup in redundant | |||||
| * | bugfix for 80c03fa98fdd54410bd36684ef453f6976a9c0bf | pukkandan | 2021-10-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fix `-f mp4` behaving differently from youtube-dl | pukkandan | 2021-10-04 | 1 | -3/+8 | |
| | | ||||||
| * | [extractor] Extract storyboards from SMIL manifests (#1128) | Felix S | 2021-10-03 | 1 | -3/+3 | |
| | | | | | | Authored by: fstirlitz | |||||
| * | [docs,cleanup] Some minor refactoring and improve docs | pukkandan | 2021-09-30 | 1 | -4/+4 | |
| | | ||||||
| * | [postprocessor] Add plugin support | pukkandan | 2021-09-30 | 1 | -4/+6 | |
| | | | | | | | | Adds option `--use-postprocessor` to enable them | |||||
| * | Allow empty output template to skip a type of file | pukkandan | 2021-09-30 | 1 | -132/+147 | |
| | | | | | | | | Closes #760, #1111 | |||||
| * | Fix `--flat-playlist` when neither IE nor id is known | pukkandan | 2021-09-27 | 1 | -1/+1 | |
| | | ||||||
| * | [outtmpl] Alternate form of format type `l` for `\n` delimited list | pukkandan | 2021-09-27 | 1 | -1/+2 | |
| | | ||||||
| * | [outtmpl] Format type `U` for unicode normalization | pukkandan | 2021-09-26 | 1 | -10/+16 | |
| | | ||||||
| * | Allow `0` in `--playlist-items` | pukkandan | 2021-09-25 | 1 | -1/+4 | |
| | | ||||||
| * | [build] Improve release process (#880) | pukkandan | 2021-09-24 | 1 | -7/+3 | |
| | | | | | | | | | | | | | | | | * Automate more of the release process by animelover1984, pukkandan - closes #823 * Fix sha256 by nihil-admirari - closes #385 * Bring back brew taps by nao20010128nao #865 * Provide `--onedir` zip for windows by pukkandan - Closes #1024, #661, #705 and #890 Authored by: pukkandan, animelover1984, nihil-admirari, nao20010128nao | |||||
| * | Separate the options `--ignore-errors` and `--no-abort-on-error` | pukkandan | 2021-09-24 | 1 | -7/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | Download subtitles in order of `--sub-langs` | pukkandan | 2021-09-24 | 1 | -9/+13 | |
| | | | | | | | | Closes #1041 | |||||
| * | [Hotstar] Add referer for subs (#1062) | Ashish Gupta | 2021-09-23 | 1 | -1/+3 | |
| | | | | | | Authored by: Ashish0804 | |||||
| * | [ffmpeg] Add `aac_adtstoasc` when merging if needed | pukkandan | 2021-09-22 | 1 | -0/+1 | |
| | | | | | | | | Related: #1039 | |||||
| * | Allow alternate fields in outtmpl | pukkandan | 2021-09-18 | 1 | -6/+11 | |
| | | | | | | | | Closes #899, #1004 | |||||
| * | [hls,aes] Fallback to native implementation for AES-CBC | pukkandan | 2021-09-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | and detect `Cryptodome` in addition to `Crypto` Closes #935 Related: #938 | |||||
| * | Add format type `B` for outtmpl to treat the value as bytes | pukkandan | 2021-09-18 | 1 | -2/+5 | |
| | | | | | | | | | | This is useful to limit the filename to a certain number of bytes rather than characters Closes #1003 | |||||
| * | Fix `--compat-option no-direct-merge` | pukkandan | 2021-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | Allow `--force-write-archive` to work with `--flat-playlist` | pukkandan | 2021-09-04 | 1 | -1/+5 | |
| | | | | | | | | Related: #876 | |||||
| * | Handle more playlist errors with `-i` | pukkandan | 2021-09-04 | 1 | -11/+16 | |
| | | ||||||
| * | Fix `extra_info` being reused across runs | pukkandan | 2021-09-04 | 1 | -1/+4 | |
| | | | | | | | | | | 58adec46773ee95be356daf88da7ac8a0ff1e703 was supposed to solve this, but ended up being an incomplete fix Closes #727 | |||||
| * | Fix `--compat-option playlist-index` | pukkandan | 2021-09-04 | 1 | -2/+2 | |
| | | ||||||
| * | fix bug in 88acdbc2698169e22cdbf358e44765150434c69e | pukkandan | 2021-08-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fix `add_info_extractor` when used via API | pukkandan | 2021-08-23 | 1 | -11/+17 | |
| | | | | | | | | Bug from: 251ae04e6a057167e4eafaf8b7b565a984b48405 | |||||
| * | [lazy_extractor] Create instance only after pre-checking archive | pukkandan | 2021-08-23 | 1 | -3/+3 | |
| | | ||||||
| * | [extractor] Show video id in error messages if possible | pukkandan | 2021-08-23 | 1 | -12/+11 | |
| | | ||||||
| * | [extractor] Better error message for DRM (#729) | pukkandan | 2021-08-23 | 1 | -7/+25 | |
| | | | | | | Closes #636 | |||||
| * | Don't try to merge with final extension | pukkandan | 2021-08-23 | 1 | -5/+0 | |
| | | | | | | | | The formats may not be directly mergable into the final extension |