diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-07-26 03:25:53 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-07-26 03:38:18 +0530 |
commit | b4c055bac29a41e5fb8c4b6f2028d66bc7cf27f3 (patch) | |
tree | 2d7651a56225104ef5f9fda833fe8e586578799d /README.md | |
parent | ea05b3020d11ae102d3b66853235ea7eacce465b (diff) | |
download | hypervideo-pre-b4c055bac29a41e5fb8c4b6f2028d66bc7cf27f3.tar.lz hypervideo-pre-b4c055bac29a41e5fb8c4b6f2028d66bc7cf27f3.tar.xz hypervideo-pre-b4c055bac29a41e5fb8c4b6f2028d66bc7cf27f3.zip |
[youtube] Add `player_client=all`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1354,7 +1354,7 @@ Some extractors accept additional arguments which can be passed using `--extract The following extractors use this feature: * **youtube** * `skip`: `hls` or `dash` (or both) to skip download of the respective manifests - * `player_client`: Clients to extract video data from - one or more of `web`, `android`, `ios`, `web_music`, `android_music`, `ios_music`. By default, `android,web` is used. If the URL is from `music.youtube.com`, `android,web,android_music,web_music` is used + * `player_client`: Clients to extract video data from - one or more of `web`, `android`, `ios`, `web_music`, `android_music`, `ios_music` or `all`. By default, `android,web` is used. If the URL is from `music.youtube.com`, `android,web,android_music,web_music` is used * `player_skip`: `configs` - skip any requests for client configs and use defaults * `comment_sort`: `top` or `new` (default) - choose comment sorting mode (on YouTube's side). * `max_comments`: maximum amount of comments to download (default all). |