aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/downloader/common.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix `--force-overwrites` when using `-k`pukkandan2021-08-151-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 docpukkandan2021-08-071-2/+5
|
* [cleanup] Miscpukkandan2021-08-071-5/+2
|
* Fix resuming when using `--no-part`pukkandan2021-08-061-1/+1
| | | | Closes #576
* [downloader] Pass same status object to all `progress_hooks`pukkandan2021-07-231-1/+5
|
* [downloader] Pass `info_dict` to `progress_hook`spukkandan2021-07-221-3/+9
|
* [cleanup] Revert unnecessary changes in 51d9739f8031fb37d8e25b0e9f1abea561e3d2e3pukkandan2021-06-231-3/+2
|
* Add option `--throttled-rate` below which video data is re-extractedpukkandan2021-06-231-2/+4
| | | | | | Currently only for HTTP downloads Closes #430, workaround for https://github.com/ytdl-org/youtube-dl/issues/29326
* [downloader] Fix `write_debug`pukkandan2021-05-191-0/+3
|
* Standardize `write_debug`pukkandan2021-05-141-2/+1
|
* [downloader] Fix `quiet` and `to_stderr`pukkandan2021-05-041-2/+2
|
* More improvements to HLS/DASH external downloader codepukkandan2021-03-111-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.01pukkandan2021-03-011-3/+3
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-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