1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-24 02:15:12 +00:00

[ie/nfl.com:plus:replay] Fix extractor (#7838)

Closes #7836
Authored by: bashonly
This commit is contained in:
bashonly
2023-09-23 18:47:14 -05:00
committed by GitHub
parent 92feb5654c
commit 1eaca74bc2
2 changed files with 157 additions and 82 deletions

View File

@@ -1868,6 +1868,9 @@ The following extractors use this feature:
#### nhkradirulive (NHK らじる★らじる LIVE)
* `area`: Which regional variation to extract. Valid areas are: `sapporo`, `sendai`, `tokyo`, `nagoya`, `osaka`, `hiroshima`, `matsuyama`, `fukuoka`. Defaults to `tokyo`
#### nflplusreplay
* `type`: Type(s) of game replays to extract. Valid types are: `full_game`, `full_game_spanish`, `condensed_game` and `all_22`. You can use `all` to extract all available replay types, which is the default
**Note**: These options may be changed/removed in the future without concern for backward compatibility
<!-- MANPAGE: MOVE "INSTALLATION" SECTION HERE -->