aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/downloader/common.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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