Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [hls,aes] Fallback to native implementation for AES-CBC | pukkandan | 2021-09-18 | 1 | -7/+2 | |
| | | | | | | | and detect `Cryptodome` in addition to `Crypto` Closes #935 Related: #938 | |||||
* | [webvtt] Merge daisy-chained duplicate cues (#638) | Felix S | 2021-08-10 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/631#issuecomment-893338552 Previous deduplication algorithm only removed duplicate cues with identical text, styles and timestamps. This change also merges cues that come in ‘daisy chains’, where sequences of cues with identical text and styles appear in which the ending timestamp of one equals the starting timestamp of the next. This deduplication algorithm has the somewhat unfortunate side effect that NOTE blocks between cues, if found, will be emitted in a different order relative to their original cues. This may be unwanted if perfect fidelity is desired, but then so is daisy-chain deduplication itself. NOTE blocks ought to be ignored by WebVTT players in any case. Authored by: fstirlitz | |||||
* | Misc fixes - See desc | pukkandan | 2021-08-10 | 1 | -11/+13 | |
| | | | | | | | * Remove unnecessary uses of _list_from_options_callback * Fix download tests - Bug from 6e84b21559f586ee4d6affb61688d5c6a0c21221 * Rename ExecAfterDownloadPP to ExecPP and refactor its tests * Ensure _write_ytdl_file closes file handle on error - Potential fix for #517 | |||||
* | [downloader] Pass `info_dict` to `progress_hook`s | pukkandan | 2021-07-22 | 1 | -7/+8 | |
| | ||||||
* | [fragment] Handle errors in threads correctly | pukkandan | 2021-07-07 | 1 | -7/+3 | |
| | ||||||
* | [cleanup] Minor refactoring of `fragment` | pukkandan | 2021-06-24 | 1 | -6/+4 | |
| | ||||||
* | [fragment] Return status of download correctly | pukkandan | 2021-06-24 | 1 | -0/+1 | |
| | ||||||
* | [fragment] Merge during download for `-N`, and refactor `hls`/`dash` (#364) | pukkandan | 2021-06-22 | 1 | -3/+127 | |
| | ||||||
* | Add experimental option `--check-formats` to test the URLs before format ↵ | pukkandan | 2021-05-06 | 1 | -3/+3 | |
| | | | | selection | |||||
* | [downloader/fragment] Allow persisting extra state when a download is ↵ | Felix S | 2021-04-28 | 1 | -1/+6 | |
| | | | | interrupted | |||||
* | Release 2021.03.01 | pukkandan | 2021-03-01 | 1 | -3/+3 | |
| | ||||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -0/+301 | |
* 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 |