Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix `--force-overwrites` when using `-k` | pukkandan | 2021-08-15 | 1 | -2/+5 | |
| | | | | | For formats that need merge, the `.fxxx` files are not removed before downloading the corresponding `.part` files. This causes the rename to fail | |||||
* | [docs] Fix some mistakes and improve doc | pukkandan | 2021-08-07 | 1 | -2/+5 | |
| | ||||||
* | [cleanup] Misc | pukkandan | 2021-08-07 | 1 | -5/+2 | |
| | ||||||
* | Fix resuming when using `--no-part` | pukkandan | 2021-08-06 | 1 | -1/+1 | |
| | | | | Closes #576 | |||||
* | [downloader] Pass same status object to all `progress_hooks` | pukkandan | 2021-07-23 | 1 | -1/+5 | |
| | ||||||
* | [downloader] Pass `info_dict` to `progress_hook`s | pukkandan | 2021-07-22 | 1 | -3/+9 | |
| | ||||||
* | [cleanup] Revert unnecessary changes in 51d9739f8031fb37d8e25b0e9f1abea561e3d2e3 | pukkandan | 2021-06-23 | 1 | -3/+2 | |
| | ||||||
* | Add option `--throttled-rate` below which video data is re-extracted | pukkandan | 2021-06-23 | 1 | -2/+4 | |
| | | | | | | Currently only for HTTP downloads Closes #430, workaround for https://github.com/ytdl-org/youtube-dl/issues/29326 | |||||
* | [downloader] Fix `write_debug` | pukkandan | 2021-05-19 | 1 | -0/+3 | |
| | ||||||
* | Standardize `write_debug` | pukkandan | 2021-05-14 | 1 | -2/+1 | |
| | ||||||
* | [downloader] Fix `quiet` and `to_stderr` | pukkandan | 2021-05-04 | 1 | -2/+2 | |
| | ||||||
* | More improvements to HLS/DASH external downloader code | pukkandan | 2021-03-11 | 1 | -0/+6 | |
| | | | | | | | * Fix error when there is no `protocol` in `info_dict` * Move HLS byte range detection to `Aria2cFD` so that the download will fall back to the native downloader instead of ffmpeg * Fix bug with getting no fragments in DASH * Convert `check_results` in `can_download` to a generator | |||||
* | 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/+400 | |
* 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 |