aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/egghead.py
Commit message (Collapse)AuthorAgeFilesLines
* Update to ytdl-commit-379f52apukkandan2021-06-231-5/+11
| | | | | [liveleak] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961
* [extractor] Always prefer native hls downloader by defaultpukkandan2021-05-261-2/+1
| | | | When the manifest is not downloadable by native downloader, it already is able to detect it and switch to `ffmpeg`. So there doesn't seem to be a reason anymore to use ffmpeg as the preferred downloader
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+134
* 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