aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/downloader/youtube_live_chat.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-6/+4
| | | | Authored by: coletdjnz, pukkandan
* [downloader/fragment] HLS download can continue without first fragmentpukkandan2022-10-181-2/+1
| | | | Closes #5274
* Standardize retry mechanism (#1649)pukkandan2022-08-021-18/+16
| | | | | | | * [utils] Create `RetryManager` * Migrate all retries to use the manager * [extractor] Add wrapper methods for convenience * Standardize console messages for retries * Add `--retry-sleep` for extractors
* [compat] Remove more functionspukkandan2022-06-251-2/+2
| | | | Removing any more will require changes to a large number of extractors
* [cleanup] Miscpukkandan2022-05-211-2/+3
|
* Show name of downloader in verbose logpukkandan2022-05-111-2/+0
| | | | Closes #3703
* [cleanup] Minor fixes (See desc)pukkandan2022-05-091-3/+3
| | | | | | | | | | * [youtube] Fix `--youtube-skip-dash-manifest` * [build] Use `$()` in `Makefile`. Closes #3684 * Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700 * Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38 * [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode` * [utils] LazyList: Expose unnecessarily "protected" attributes and other minor cleanup
* [cleanup] Sort importspukkandan2022-04-121-6/+1
| | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
* [cleanup] Upgrade syntaxpukkandan2022-04-121-2/+0
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [fragment] Read downloaded fragments only when needed (#3069)Lesmiscore (Naoya Ozaki)2022-03-151-2/+4
| | | Authored by: Lesmiscore
* [cleanup] Minor cleanuppukkandan2022-03-111-1/+1
| | | | Closes #3006
* [cleanup, docs] Misc cleanuppukkandan2022-03-081-0/+3
| | | | Closes #2828, closes #2734, closes #2802, closes #2937
* [youtube] Cleanup authentication code (#786)coletdjnz2021-09-241-1/+1
| | | Authored by: coletdjnz
* [downloader] Pass `info_dict` to `progress_hook`spukkandan2021-07-221-2/+2
|
* [youtube] Extract data from multiple clients (#536)pukkandan2021-07-211-4/+4
| | | | | | | | | | | * `player_client` accepts multiple clients * default `player_client` = `android,web` * music clients can be specifically requested * Add IOS `player_client` * Hide live dash since they can't be downloaded Closes #501 Authored-by: pukkandan, colethedj
* [youtube_live_chat] use `clickTrackingParams` (#449)siikamiika2021-06-271-18/+29
| | | Authored by: siikamiika
* [youtube_live_chat] Fix download with cookies (#437)siikamiika2021-06-241-13/+34
| | | | | Closes #417 Authored by: siikamiika
* [youtube_live_chat] Support ongoing live chat (#422)siikamiika2021-06-231-27/+109
| | | Authored by: siikamiika
* [youtube_live_chat] fix bug when trying to set cookiespukkandan2021-03-231-2/+1
| | | | Closes #194
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+123
* 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