1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-07 01:55:13 +00:00

[ie/afreecatv:live] Add cdn extractor-arg (#9666)

Closes #6497
Authored by: bashonly
This commit is contained in:
bashonly
2024-04-13 11:40:53 -05:00
committed by GitHub
parent 0c21c53885
commit 315b354429
2 changed files with 57 additions and 12 deletions

View File

@@ -1837,6 +1837,9 @@ The following extractors use this feature:
#### jiosaavn
* `bitrate`: Audio bitrates to request. One or more of `16`, `32`, `64`, `128`, `320`. Default is `128,320`
#### afreecatvlive
* `cdn`: One or more CDN IDs to use with the API call for stream URLs, e.g. `gcp_cdn`, `gs_cdn_pc_app`, `gs_cdn_mobile_web`, `gs_cdn_pc_web`
**Note**: These options may be changed/removed in the future without concern for backward compatibility
<!-- MANPAGE: MOVE "INSTALLATION" SECTION HERE -->