aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/turner.py
Commit message (Collapse)AuthorAgeFilesLines
* [nbcolympics:stream] Fix extractornikhil2021-08-041-1/+1
| | | | | | | | | | | | PR: https://github.com/ytdl-org/youtube-dl/pull/29688 Closes: #617, https://github.com/ytdl-org/youtube-dl/issues/29665 * Livestreams are untested * If using ffmpeg as downloader, v4.3+ is needed since `-http_seekable` option is necessary * Instead of making a seperate key for each arg that needs to be passed to ffmpeg, I made `_ffmpeg_args` * This deprecates `_seekable`, but the option is kept for compatibility Authored by: nchilada, pukkandan
* [TBS] Support livestreams (#448)LE2021-06-261-2/+3
| | | Authored by: llacb47
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+260
* 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