1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 17:07:44 -04:00

[youtube] Use new API for additional video extraction requests (#328)

Co-authored-by: colethedj, pukkandan
Closes https://github.com/yt-dlp/yt-dlp/issues/427
Workarounds for https://github.com/ytdl-org/youtube-dl/issues/29326, https://github.com/yt-dlp/yt-dlp/issues/319, https://github.com/ytdl-org/youtube-dl/issues/29086
This commit is contained in:
coletdjnz
2021-06-30 10:07:49 +12:00
committed by GitHub
parent c2603313b1
commit 109dd3b237
2 changed files with 452 additions and 176 deletions

View File

@@ -1332,6 +1332,8 @@ 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`: `web`(default) or `android` (force use the android client fallbacks for video extraction)
* `player_skip`: `configs`- skip requests if applicable for client configs and use defaults
# PLUGINS