[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:
parent
c2603313b1
commit
109dd3b237
2 changed files with 453 additions and 177 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue