]> jfr.im git - yt-dlp.git/commit - yt_dlp/extractor/youtube.py
[youtube] Extract data from multiple clients (#536)
authorpukkandan <redacted>
Wed, 21 Jul 2021 03:52:34 +0000 (09:22 +0530)
committerGitHub <redacted>
Wed, 21 Jul 2021 03:52:34 +0000 (09:22 +0530)
commit11f9be09122882b6308a396ff50e2dc141450316
tree85ba09203b9cc8e7af23c65e028addbb7998c4ca
parentc84aeac6b5695e7e1ac629d17fc51eb68ab91bae
[youtube] Extract data from multiple clients (#536)

* `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
README.md
yt_dlp/downloader/youtube_live_chat.py
yt_dlp/extractor/youtube.py