diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-04-13 11:40:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 16:40:53 +0000 |
commit | 315b3544296bb83012e20ee3af9d3cbf5600dd1c (patch) | |
tree | 8fe37475210e7f662736fe31f93e3dcad3d6b923 /README.md | |
parent | 0c21c53885cf03f4040467ae8c44d7ff51016116 (diff) |
[ie/afreecatv:live] Add `cdn` extractor-arg (#9666)
Closes #6497
Authored by: bashonly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 --> |